add start command to run hello-world image

This commit is contained in:
Yonghye Kwon
2022-08-29 23:32:13 +09:00
committed by GitHub
parent 620476590c
commit 8f19793ad2

View File

@@ -195,6 +195,7 @@ a new file each time you want to upgrade Docker.
image.
```console
$ sudo service docker start
$ sudo docker run hello-world
```