mirror of https://github.com/docker/docs.git
add start command to run docker image
This commit is contained in:
parent
8f19793ad2
commit
c5c84b84a4
|
@ -154,6 +154,7 @@ from the repository.
|
|||
image.
|
||||
|
||||
```console
|
||||
$ sudo service docker start
|
||||
$ sudo docker run hello-world
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue