mirror of https://github.com/docker/cli.git
Update docs. Make PULL up to date, remove deprecated falg and update PUSH
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume@charmes.net> (github: creack)
This commit is contained in:
parent
ba5970e101
commit
bf4255afd0
|
@ -1007,12 +1007,10 @@ The last container is marked as a ``Ghost`` container. It is a container that wa
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Usage: docker pull NAME
|
Usage: docker pull NAME[:TAG]
|
||||||
|
|
||||||
Pull an image or a repository from the registry
|
Pull an image or a repository from the registry
|
||||||
|
|
||||||
-t, --tag="": Download tagged image in repository
|
|
||||||
|
|
||||||
|
|
||||||
.. _cli_push:
|
.. _cli_push:
|
||||||
|
|
||||||
|
@ -1021,7 +1019,7 @@ The last container is marked as a ``Ghost`` container. It is a container that wa
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Usage: docker push NAME
|
Usage: docker push NAME[:TAG]
|
||||||
|
|
||||||
Push an image or a repository to the registry
|
Push an image or a repository to the registry
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue