mirror of https://github.com/docker/cli.git
Fix typo "infortmation" in docs for `docker run`
This commit is contained in:
parent
2c1368cd2f
commit
7f24369ab5
|
@ -1277,7 +1277,7 @@ 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
|
previous changes intact using `docker start`. See `docker ps -a` to view a list
|
||||||
of all containers.
|
of all containers.
|
||||||
|
|
||||||
There is detailed infortmation about `docker run` in the [Docker run reference](
|
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
|
||||||
|
|
Loading…
Reference in New Issue