1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #11091 from chenhanxiao/See-also-login-start

docs: add See Also for description of login/logout and start/stop
This commit is contained in:
Fred Lifton 2015-03-03 14:49:59 -08:00
commit 5929f401fc
4 changed files with 12 additions and 0 deletions

View file

@ -36,6 +36,9 @@ login to a private registry you can specify this by adding the server name.
# docker login localhost:8080 # docker login localhost:8080
# See also
**docker-logout(1)** to log out from a Docker registry.
# HISTORY # HISTORY
April 2014, Originally compiled by William Henry (whenry at redhat dot com) April 2014, Originally compiled by William Henry (whenry at redhat dot com)
based on docker.com source material and internal work. based on docker.com source material and internal work.

View file

@ -22,6 +22,9 @@ There are no available options.
# docker logout localhost:8080 # docker logout localhost:8080
# See also
**docker-login(1)** to register or log in to a Docker registry server.
# HISTORY # HISTORY
June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io) June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io)
July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au> July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>

View file

@ -25,6 +25,9 @@ Start a stopped container.
**-i**, **--interactive**=*true*|*false* **-i**, **--interactive**=*true*|*false*
Attach container's STDIN. The default is *false*. Attach container's STDIN. The default is *false*.
# See also
**docker-stop(1)** to stop a running container.
# HISTORY # HISTORY
April 2014, Originally compiled by William Henry (whenry at redhat dot com) April 2014, Originally compiled by William Henry (whenry at redhat dot com)
based on docker.com source material and internal work. based on docker.com source material and internal work.

View file

@ -21,6 +21,9 @@ Stop a running container (Send SIGTERM, and then SIGKILL after
**-t**, **--time**=10 **-t**, **--time**=10
Number of seconds to wait for the container to stop before killing it. Default is 10 seconds. Number of seconds to wait for the container to stop before killing it. Default is 10 seconds.
#See also
**docker-start(1)** to restart a stopped container.
# HISTORY # HISTORY
April 2014, Originally compiled by William Henry (whenry at redhat dot com) April 2014, Originally compiled by William Henry (whenry at redhat dot com)
based on docker.com source material and internal work. based on docker.com source material and internal work.