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
..
app ctr: fix parsing mount options 2024-03-27 17:50:39 +08:00
commands Move shim package to pkg 2024-03-07 10:05:26 -08:00
main.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00