mirror of
https://github.com/containerd/containerd.git
synced 2026-07-11 00:59:42 +00:00
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>