Link to run reference from cli doc

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit
2017-06-02 00:06:37 +00:00
committed by Tibor Vass
parent c55facc917
commit aedfc62293
2 changed files with 21 additions and 18 deletions
@@ -1262,6 +1262,9 @@ specified image, and then `starts` it using the specified command. That is,
previous changes intact using `docker start`. See `docker ps -a` to view a list
of all containers.
There is detailed infortmation about `docker run` in the [Docker run reference](
/reference/run/).
The `docker run` command can be used in combination with `docker commit` to
[*change the command that a container runs*](#commit-an-existing-container).