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)
Upstream-commit: 35710efce1
Component: cli
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user