1
0
Fork 0
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:
Christian Berendt 2014-06-25 15:36:14 +02:00
parent 01d4fd76dd
commit f3ea94a797

View file

@ -47,6 +47,12 @@ Docker daemon.
$ sudo usermod -G docker <username> $ 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!** **Done!**
Continue with the [User Guide](/userguide/). Continue with the [User Guide](/userguide/).