@@ -38,7 +38,7 @@ Path to the process spec for execution.
3838Path to the program to execute when the container terminates its execution.
3939
4040** --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 .
4242
4343** --exit-delay**
4444Delay before invoking the exit command (in seconds).
@@ -64,7 +64,7 @@ Leave stdin open when the attached client disconnects.
6464Print debug logs based on the log level.
6565
6666** --log-size-max**
67- Maximum size of the log file.
67+ Maximum size of the log file (in bytes) .
6868
6969** --log-tag**
7070Additional tag to use for logging.
@@ -94,7 +94,7 @@ PID file for the conmon process.
9494Path to store runtime data for the container.
9595
9696** --replace-listen-pid**
97- Replace listen pid if set for oci-runtime pid .
97+ Replace listen PID if set for oci-runtime PID .
9898
9999** --restore**
100100Restore a container from a checkpoint.
@@ -106,7 +106,7 @@ Additional arguments to pass to the runtime. Can be specified multiple times.
106106Additional options to pass to the restore or exec command. Can be specified multiple times.
107107
108108** -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.
110110
111111** --socket-dir-path**
112112Location of container attach sockets.
0 commit comments