You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: create.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ command(s) that get executed on start, edit the args parameter of the spec. See
51
51
Name: "preserve-fds",
52
52
Usage: "Pass N additional file descriptors to the container (stdio + $LISTEN_FDS + N in total)",
53
53
},
54
+
cli.BoolFlag{
55
+
Name: "no-mount-fallback",
56
+
Usage: "Do not fallback when the specific configuration is not applicable (e.g., do not try to remount a bind mount again after the first attempt failed on source filesystems that have nodev, noexec, nosuid, noatime, relatime, strictatime, nodiratime set)",
Copy file name to clipboardExpand all lines: restore.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,10 @@ using the runc checkpoint command.`,
98
98
Value: "",
99
99
Usage: "Specify an LSM mount context to be used during restore.",
100
100
},
101
+
cli.BoolFlag{
102
+
Name: "no-mount-fallback",
103
+
Usage: "Do not fallback when the specific configuration is not applicable (e.g., do not try to remount a bind mount again after the first attempt failed on source filesystems that have nodev, noexec, nosuid, noatime, relatime, strictatime, nodiratime set)",
Copy file name to clipboardExpand all lines: run.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,10 @@ command(s) that get executed on start, edit the args parameter of the spec. See
64
64
Name: "preserve-fds",
65
65
Usage: "Pass N additional file descriptors to the container (stdio + $LISTEN_FDS + N in total)",
66
66
},
67
+
cli.BoolFlag{
68
+
Name: "no-mount-fallback",
69
+
Usage: "Do not fallback when the specific configuration is not applicable (e.g., do not try to remount a bind mount again after the first attempt failed on source filesystems that have nodev, noexec, nosuid, noatime, relatime, strictatime, nodiratime set)",
0 commit comments