mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add a step to verify if Docker is working as expected
Like in the other installation guides I added a simple test to verify that importing images and starting containers is working. Docker-DCO-1.1-Signed-off-by: Christian Berendt <berendt@b1-systems.de> (github: berendt)
This commit is contained in:
parent
01d4fd76dd
commit
f3ea94a797
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ Docker daemon.
|
|||
|
||||
$ sudo usermod -G docker <username>
|
||||
|
||||
To verify that everything has worked as expected:
|
||||
|
||||
$ sudo docker run -i -t b1systems/opensuse /bin/bash
|
||||
|
||||
This should download and import the `opensuse` image, and then start `bash` in a container. To exit the container type `exit`.
|
||||
|
||||
**Done!**
|
||||
|
||||
Continue with the [User Guide](/userguide/).
|
||||
|
|
Loading…
Reference in a new issue