mirror of https://github.com/docker/cli.git
remove --init-path from client
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
8ea7724f64
commit
4977ec1cca
|
@ -66,7 +66,6 @@ Options:
|
|||
--help Print usage
|
||||
-h, --hostname string Container host name
|
||||
--init Run an init inside the container that forwards signals and reaps processes
|
||||
--init-path string Path to the docker-init binary
|
||||
-i, --interactive Keep STDIN open even if not attached
|
||||
--io-maxbandwidth string Maximum IO bandwidth limit for the system drive (Windows only)
|
||||
--io-maxiops uint Maximum IOps limit for the system drive (Windows only)
|
||||
|
|
|
@ -70,7 +70,6 @@ Options:
|
|||
--help Print usage
|
||||
-h, --hostname string Container host name
|
||||
--init Run an init inside the container that forwards signals and reaps processes
|
||||
--init-path string Path to the docker-init binary
|
||||
-i, --interactive Keep STDIN open even if not attached
|
||||
--io-maxbandwidth string Maximum IO bandwidth limit for the system drive (Windows only)
|
||||
(Windows only). The format is `<number><unit>`.
|
||||
|
|
|
@ -43,7 +43,6 @@ docker-run - Run a command in a new container
|
|||
[**-h**|**--hostname**[=*HOSTNAME*]]
|
||||
[**--help**]
|
||||
[**--init**]
|
||||
[**--init-path**[=*[]*]]
|
||||
[**-i**|**--interactive**]
|
||||
[**--ip**[=*IPv4-ADDRESS*]]
|
||||
[**--ip6**[=*IPv6-ADDRESS*]]
|
||||
|
@ -327,9 +326,6 @@ redirection on the host system.
|
|||
**--init**
|
||||
Run an init inside the container that forwards signals and reaps processes
|
||||
|
||||
**--init-path**=""
|
||||
Path to the docker-init binary
|
||||
|
||||
**-i**, **--interactive**=*true*|*false*
|
||||
Keep STDIN open even if not attached. The default is *false*.
|
||||
|
||||
|
|
Loading…
Reference in New Issue