From 4977ec1cca156c87ba3966aedc10cdf3b0ce9964 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 10 Apr 2017 13:11:58 +0200 Subject: [PATCH] remove --init-path from client Signed-off-by: Antonio Murdaca --- docs/reference/commandline/create.md | 1 - docs/reference/commandline/run.md | 1 - man/docker-run.1.md | 4 ---- 3 files changed, 6 deletions(-) diff --git a/docs/reference/commandline/create.md b/docs/reference/commandline/create.md index 02aa22963c..8a57f2ffe9 100644 --- a/docs/reference/commandline/create.md +++ b/docs/reference/commandline/create.md @@ -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) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index 91f10b5aa2..7b7702bd30 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -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 ``. diff --git a/man/docker-run.1.md b/man/docker-run.1.md index 257711d196..2a743c134e 100644 --- a/man/docker-run.1.md +++ b/man/docker-run.1.md @@ -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*.