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
-:whale:`-a, --attach`: Attach STDIN, STDOUT, or STDERR
150
-
-:whale::blue_square:`-i, --interactive`: Keep STDIN open even if not attached"
151
-
-:whale::blue_square:`-t, --tty`: Allocate a pseudo-TTY
150
+
-:whale:`-i, --interactive`: Keep STDIN open even if not attached"
151
+
-:whale:`-t, --tty`: Allocate a pseudo-TTY
152
152
-:warning: WIP: currently `-t` conflicts with `-d`
153
153
-:whale:`-sig-proxy`: Proxy received signals to the process (default true)
154
-
-:whale::blue_square:`-d, --detach`: Run container in background and print container ID
154
+
-:whale:`-d, --detach`: Run container in background and print container ID
155
155
-:whale:`--restart=(no|always|on-failure|unless-stopped)`: Restart policy to apply when a container exits
156
156
- Default: "no"
157
157
- always: Always restart the container if it stops.
@@ -180,7 +180,7 @@ Init process flags:
180
180
181
181
Isolation flags:
182
182
183
-
-:whale::blue_square::nerd_face:`--isolation=(default|process|host|hyperv)`: Used on Windows to change process isolation level. `default` will use the runtime options configured in `default_runtime` in the [containerd configuration](https://github.com/containerd/containerd/blob/master/docs/cri/config.md#cri-plugin-config-guide) which is `process` in containerd by default. `process` runs process isolated containers. `host` runs [Host Process containers](https://kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/). Host process containers inherit permissions from containerd process unless `--user` is specified then will start with user specified and the user specified must be present on the host. `host` requires Containerd 1.7+. `hyperv` runs Hyper-V hypervisor partition-based isolated containers. Not implemented for Linux.
183
+
-:whale::nerd_face:`--isolation=(default|process|host|hyperv)`: Used on Windows to change process isolation level. `default` will use the runtime options configured in `default_runtime` in the [containerd configuration](https://github.com/containerd/containerd/blob/master/docs/cri/config.md#cri-plugin-config-guide) which is `process` in containerd by default. `process` runs process isolated containers. `host` runs [Host Process containers](https://kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/). Host process containers inherit permissions from containerd process unless `--user` is specified then will start with user specified and the user specified must be present on the host. `host` requires Containerd 1.7+. `hyperv` runs Hyper-V hypervisor partition-based isolated containers. Not implemented for Linux.
184
184
185
185
Network flags:
186
186
@@ -231,15 +231,15 @@ Resource flags:
231
231
-:whale:`--cgroupns=(host|private)`: Cgroup namespace to use
232
232
- Default: "private" on cgroup v2 hosts, "host" on cgroup v1 hosts
233
233
-:whale:`--cgroup-parent`: Optional parent cgroup for the container
234
-
-:whale::blue_square:`--device`: Add a host device to the container
234
+
-:whale:`--device`: Add a host device to the container
235
235
236
236
Intel RDT flags:
237
237
238
238
-:nerd_face:`--rdt-class=CLASS`: Name of the RDT class (or CLOS) to associate the container wit
239
239
240
240
User flags:
241
241
242
-
-:whale::blue_square:`-u, --user`: Username or UID (format: <name|uid>[:<group|gid>])
242
+
-:whale:`-u, --user`: Username or UID (format: <name|uid>[:<group|gid>])
243
243
-:nerd_face:`--umask`: Set the umask inside the container. Defaults to 0022.
244
244
Corresponds to Podman CLI.
245
245
-:whale:`--group-add`: Add additional groups to join
@@ -274,7 +274,7 @@ Runtime flags:
274
274
275
275
Volume flags:
276
276
277
-
-:whale::blue_square:`-v, --volume <SRC>:<DST>[:<OPT>]`: Bind mount a volume, e.g., `-v /mnt:/mnt:rro,rprivate`
277
+
-:whale:`-v, --volume <SRC>:<DST>[:<OPT>]`: Bind mount a volume, e.g., `-v /mnt:/mnt:rro,rprivate`
278
278
-:whale: option `rw` : Read/Write (when writable)
279
279
-:whale: option `ro` : Non-recursive read-only
280
280
-:nerd_face: option `rro`: Recursive read-only. Should be used in conjunction with `rprivate`. e.g., `-v /mnt:/mnt:rro,rprivate` makes children such as `/mnt/usb` to be read-only, too.
@@ -315,29 +315,29 @@ Rootfs flags:
315
315
316
316
Env flags:
317
317
318
-
-:whale::blue_square:`--entrypoint`: Overwrite the default ENTRYPOINT of the image
319
-
-:whale::blue_square:`-w, --workdir`: Working directory inside the container
320
-
-:whale::blue_square:`-e, --env`: Set environment variables
321
-
-:whale::blue_square:`--env-file`: Set environment variables from file
318
+
-:whale:`--entrypoint`: Overwrite the default ENTRYPOINT of the image
319
+
-:whale:`-w, --workdir`: Working directory inside the container
320
+
-:whale:`-e, --env`: Set environment variables
321
+
-:whale:`--env-file`: Set environment variables from file
322
322
323
323
Metadata flags:
324
324
325
-
-:whale::blue_square:`--name`: Assign a name to the container
326
-
-:whale::blue_square:`-l, --label`: Set meta data on a container (Not passed through the OCI runtime since nerdctl v2.0, with an exception for `nerdctl/bypass4netns`)
327
-
-:whale::blue_square:`--label-file`: Read in a line delimited file of labels
328
-
-:whale::blue_square:`--annotation`: Add an annotation to the container (passed through to the OCI runtime)
329
-
-:whale::blue_square:`--cidfile`: Write the container ID to the file
325
+
-:whale:`--name`: Assign a name to the container
326
+
-:whale:`-l, --label`: Set meta data on a container (Not passed through the OCI runtime since nerdctl v2.0, with an exception for `nerdctl/bypass4netns`)
327
+
-:whale:`--label-file`: Read in a line delimited file of labels
328
+
-:whale:`--annotation`: Add an annotation to the container (passed through to the OCI runtime)
329
+
-:whale:`--cidfile`: Write the container ID to the file
330
330
-:nerd_face:`--pidfile`: file path to write the task's pid. The CLI syntax conforms to Podman convention.
331
331
332
332
Health check flags:
333
333
334
-
-:whale::blue_square:`--health-cmd`: Command to run to check container health
335
-
-:whale::blue_square:`--health-interval`: Time between running the check (e.g., 30s, 1m)
336
-
-:whale::blue_square:`--health-timeout`: Time to wait before considering the check failed (e.g., 5s)
337
-
-:whale::blue_square:`--health-retries`: Number of failures before container is considered unhealthy
338
-
-:whale::blue_square:`--health-start-period`: Start period for the container to initialize before starting health-retries countdown
339
-
-:whale::blue_square:`--health-start-interval`: Interval between checks during the start period
340
-
-:whale::blue_square:`--no-healthcheck`: Disable any health checks defined by image or CLI
334
+
-:whale:`--health-cmd`: Command to run to check container health
335
+
-:whale:`--health-interval`: Time between running the check (e.g., 30s, 1m)
336
+
-:whale:`--health-timeout`: Time to wait before considering the check failed (e.g., 5s)
337
+
-:whale:`--health-retries`: Number of failures before container is considered unhealthy
338
+
-:whale:`--health-start-period`: Start period for the container to initialize before starting health-retries countdown
339
+
-:whale:`--health-start-interval`: Interval between checks during the start period
340
+
-:whale:`--no-healthcheck`: Disable any health checks defined by image or CLI
0 commit comments