make them reference to each other.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
| ... | ... |
@@ -36,6 +36,9 @@ login to a private registry you can specify this by adding the server name. |
| 36 | 36 |
|
| 37 | 37 |
# docker login localhost:8080 |
| 38 | 38 |
|
| 39 |
+# See also |
|
| 40 |
+**docker-logout(1)** to log out from a Docker registry. |
|
| 41 |
+ |
|
| 39 | 42 |
# HISTORY |
| 40 | 43 |
April 2014, Originally compiled by William Henry (whenry at redhat dot com) |
| 41 | 44 |
based on docker.com source material and internal work. |
| ... | ... |
@@ -22,6 +22,9 @@ There are no available options. |
| 22 | 22 |
|
| 23 | 23 |
# docker logout localhost:8080 |
| 24 | 24 |
|
| 25 |
+# See also |
|
| 26 |
+**docker-login(1)** to register or log in to a Docker registry server. |
|
| 27 |
+ |
|
| 25 | 28 |
# HISTORY |
| 26 | 29 |
June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io) |
| 27 | 30 |
July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au> |
| ... | ... |
@@ -25,6 +25,9 @@ Start a stopped container. |
| 25 | 25 |
**-i**, **--interactive**=*true*|*false* |
| 26 | 26 |
Attach container's STDIN. The default is *false*. |
| 27 | 27 |
|
| 28 |
+# See also |
|
| 29 |
+**docker-stop(1)** to stop a running container. |
|
| 30 |
+ |
|
| 28 | 31 |
# HISTORY |
| 29 | 32 |
April 2014, Originally compiled by William Henry (whenry at redhat dot com) |
| 30 | 33 |
based on docker.com source material and internal work. |
| ... | ... |
@@ -21,6 +21,9 @@ Stop a running container (Send SIGTERM, and then SIGKILL after |
| 21 | 21 |
**-t**, **--time**=10 |
| 22 | 22 |
Number of seconds to wait for the container to stop before killing it. Default is 10 seconds. |
| 23 | 23 |
|
| 24 |
+#See also |
|
| 25 |
+**docker-start(1)** to restart a stopped container. |
|
| 26 |
+ |
|
| 24 | 27 |
# HISTORY |
| 25 | 28 |
April 2014, Originally compiled by William Henry (whenry at redhat dot com) |
| 26 | 29 |
based on docker.com source material and internal work. |