mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixing dangling link in docs/reference/commandline/run.md
Signed-off-by: Mohammed Aaqib Ansari <maaquib@gmail.com>
This commit is contained in:
parent
9264d38424
commit
ee685dca0d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ There is detailed information about `docker run` in the [Docker run reference](
|
||||||
/reference/run/).
|
/reference/run/).
|
||||||
|
|
||||||
The `docker run` command can be used in combination with `docker commit` to
|
The `docker run` command can be used in combination with `docker commit` to
|
||||||
[*change the command that a container runs*](#commit-an-existing-container).
|
[*change the command that a container runs*](/reference/commandline/commit).
|
||||||
|
|
||||||
See the [Docker User Guide](/userguide/dockerlinks/) for more detailed
|
See the [Docker User Guide](/userguide/dockerlinks/) for more detailed
|
||||||
information about the `--expose`, `-p`, `-P` and `--link` parameters,
|
information about the `--expose`, `-p`, `-P` and `--link` parameters,
|
||||||
|
|
Loading…
Reference in a new issue