Files
containerd/cmd/ctr
baijia ab2c569fb2 ctr: fix parsing mount options
Set 'DisableSliceFlagSeparator = true'

urfave/cli/v2 uses ',' as default string slice separator.
That means '--mount type=bind,src=/src,des=/des,options=rbind:rw'
will be token as four bind mount options.

Fixes: #10003

Signed-off-by: baijia <baijia.wr@antgroup.com>
2024-03-27 17:50:39 +08:00
..
2024-03-27 17:50:39 +08:00
2024-03-07 10:05:26 -08:00
2024-02-15 09:48:04 -08:00