|
@@ -30,6 +30,7 @@ Creates a new container.
|
|
--cpuset-cpus="" CPUs in which to allow execution (0-3, 0,1)
|
|
--cpuset-cpus="" CPUs in which to allow execution (0-3, 0,1)
|
|
--cpuset-mems="" Memory nodes (MEMs) in which to allow execution (0-3, 0,1)
|
|
--cpuset-mems="" Memory nodes (MEMs) in which to allow execution (0-3, 0,1)
|
|
--device=[] Add a host device to the container
|
|
--device=[] Add a host device to the container
|
|
|
|
+ --disable-content-trust=true Skip image verification
|
|
--dns=[] Set custom DNS servers
|
|
--dns=[] Set custom DNS servers
|
|
--dns-opt=[] Set custom DNS options
|
|
--dns-opt=[] Set custom DNS options
|
|
--dns-search=[] Set custom DNS search domains
|
|
--dns-search=[] Set custom DNS search domains
|
|
@@ -37,6 +38,7 @@ Creates a new container.
|
|
--entrypoint="" Overwrite the default ENTRYPOINT of the image
|
|
--entrypoint="" Overwrite the default ENTRYPOINT of the image
|
|
--env-file=[] Read in a file of environment variables
|
|
--env-file=[] Read in a file of environment variables
|
|
--expose=[] Expose a port or a range of ports
|
|
--expose=[] Expose a port or a range of ports
|
|
|
|
+ --group-add=[] Add additional groups to join
|
|
-h, --hostname="" Container host name
|
|
-h, --hostname="" Container host name
|
|
--help=false Print usage
|
|
--help=false Print usage
|
|
-i, --interactive=false Keep STDIN open even if not attached
|
|
-i, --interactive=false Keep STDIN open even if not attached
|
|
@@ -54,7 +56,7 @@ Creates a new container.
|
|
--memory-swap="" Total memory (memory + swap), '-1' to disable swap
|
|
--memory-swap="" Total memory (memory + swap), '-1' to disable swap
|
|
--memory-swappiness="" Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100.
|
|
--memory-swappiness="" Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100.
|
|
--name="" Assign a name to the container
|
|
--name="" Assign a name to the container
|
|
- --net="bridge" Set the Network mode for the container
|
|
|
|
|
|
+ --net="default" Set the Network mode for the container
|
|
--oom-kill-disable=false Whether to disable OOM Killer for the container or not
|
|
--oom-kill-disable=false Whether to disable OOM Killer for the container or not
|
|
-P, --publish-all=false Publish all exposed ports to random ports
|
|
-P, --publish-all=false Publish all exposed ports to random ports
|
|
-p, --publish=[] Publish a container's port(s) to the host
|
|
-p, --publish=[] Publish a container's port(s) to the host
|
|
@@ -65,7 +67,6 @@ Creates a new container.
|
|
--security-opt=[] Security options
|
|
--security-opt=[] Security options
|
|
--stop-signal="SIGTERM" Signal to stop a container
|
|
--stop-signal="SIGTERM" Signal to stop a container
|
|
-t, --tty=false Allocate a pseudo-TTY
|
|
-t, --tty=false Allocate a pseudo-TTY
|
|
- --disable-content-trust=true Skip image verification
|
|
|
|
-u, --user="" Username or UID
|
|
-u, --user="" Username or UID
|
|
--ulimit=[] Ulimit options
|
|
--ulimit=[] Ulimit options
|
|
--uts="" UTS namespace to use
|
|
--uts="" UTS namespace to use
|