Merge pull request #15513 from developer0hye/patch-1

add start command to run hello-world image
This commit is contained in:
Dockertopia 2022-09-06 13:06:38 +01:00 committed by GitHub
commit 8d3b585e26
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
```