Deprecate --allow-insecure-ssl
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
f4dac02947
commit
04a773f1c8
10 changed files with 26 additions and 64 deletions
|
|
@ -12,9 +12,6 @@ parent = "smn_compose_cli"
|
|||
|
||||
```
|
||||
Usage: pull [options] [SERVICE...]
|
||||
|
||||
Options:
|
||||
--allow-insecure-ssl Allow insecure connections to the docker registry
|
||||
```
|
||||
|
||||
Pulls service images.
|
||||
|
|
@ -14,8 +14,6 @@ parent = "smn_compose_cli"
|
|||
Usage: run [options] [-e KEY=VAL...] SERVICE [COMMAND] [ARGS...]
|
||||
|
||||
Options:
|
||||
--allow-insecure-ssl Allow insecure connections to the docker
|
||||
registry
|
||||
-d Detached mode: Run container in the background, print
|
||||
new container name.
|
||||
--entrypoint CMD Override the entrypoint of the image.
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@ parent = "smn_compose_cli"
|
|||
Usage: up [options] [SERVICE...]
|
||||
|
||||
Options:
|
||||
--allow-insecure-ssl Allow insecure connections to the docker
|
||||
registry
|
||||
-d Detached mode: Run containers in the background,
|
||||
print new container names.
|
||||
--no-color Produce monochrome output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue