Fix for broken in-document links which got scrambled during conversion.

Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
master
O.S.Tezer 2014-04-17 18:09:08 +03:00 committed by Tibor Vass
parent 742c981b37
commit 35710efce1
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ strings in the array:
If you would like your container to run the same executable every time,
then you should consider using `ENTRYPOINT` in
combination with `CMD`. See
[*ENTRYPOINT*](#dockerfile-entrypoint).
[*ENTRYPOINT*](#entrypoint).
If the user specifies arguments to `docker run` then
they will override the default specified in CMD.

View File

@ -854,7 +854,7 @@ to view a list of all containers.
The `docker run` command can be used in combination
with `docker commit` to [*change the command that a
container runs*](#cli-commit-examples).
container runs*](#commit-an-existing-container).
See [*Redirect Ports*](../../../use/port_redirection/#port-redirection)
for more detailed information about the `--expose`,