mirror of https://github.com/docker/cli.git
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)
This commit is contained in:
parent
742c981b37
commit
35710efce1
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue