add start command to run docker image

This commit is contained in:
Yonghye Kwon 2022-08-29 23:35:50 +09:00 committed by GitHub
parent 8f19793ad2
commit c5c84b84a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ from the repository.
image.
```console
$ sudo service docker start
$ sudo docker run hello-world
```