@@ -38,7 +38,7 @@ Path to the process spec for execution.
38
38
Path to the program to execute when the container terminates its execution.
39
39
40
40
** --exit-command-arg**
41
- Additional arguments to pass to the exit command. Can be specified multiple time .
41
+ Additional arguments to pass to the exit command. Can be specified multiple times .
42
42
43
43
** --exit-delay**
44
44
Delay before invoking the exit command (in seconds).
@@ -64,7 +64,7 @@ Leave stdin open when the attached client disconnects.
64
64
Print debug logs based on the log level.
65
65
66
66
** --log-size-max**
67
- Maximum size of the log file.
67
+ Maximum size of the log file (in bytes) .
68
68
69
69
** --log-tag**
70
70
Additional tag to use for logging.
@@ -94,7 +94,7 @@ PID file for the conmon process.
94
94
Path to store runtime data for the container.
95
95
96
96
** --replace-listen-pid**
97
- Replace listen pid if set for oci-runtime pid .
97
+ Replace listen PID if set for oci-runtime PID .
98
98
99
99
** --restore**
100
100
Restore a container from a checkpoint.
@@ -106,7 +106,7 @@ Additional arguments to pass to the runtime. Can be specified multiple times.
106
106
Additional options to pass to the restore or exec command. Can be specified multiple times.
107
107
108
108
** -s** , ** --systemd-cgroup**
109
- Enable systemd cgroup manager, rather then use the cgroupfs directly.
109
+ Enable systemd cgroup manager, rather than use the cgroupfs directly.
110
110
111
111
** --socket-dir-path**
112
112
Location of container attach sockets.
0 commit comments