mirror of https://github.com/docker/docs.git
Merge pull request #15513 from developer0hye/patch-1
add start command to run hello-world image
This commit is contained in:
commit
8d3b585e26
|
@ -154,6 +154,7 @@ from the repository.
|
|||
image.
|
||||
|
||||
```console
|
||||
$ sudo service docker start
|
||||
$ sudo docker run hello-world
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue