Browse code

Merge pull request #6765 from SvenDowideit/pr_out_use_the_official_image_for_now_there_s_an_opensuse_image_on_its_way

use the official image for now - there's an opensuse image on its way

Sven Dowideit authored on 2014/06/30 19:00:12
Showing 1 changed files
... ...
@@ -49,6 +49,12 @@ Docker daemon. You can add users with:
49 49
 
50 50
     $ sudo usermod -a -G docker <username>
51 51
 
52
+To verify that everything has worked as expected:
53
+
54
+    $ sudo docker run --rm -i -t ubuntu /bin/bash
55
+
56
+This should download and import the `ubuntu` image, and then start `bash` in a container. To exit the container type `exit`.
57
+
52 58
 **Done!**
53 59
 
54 60
 Continue with the [User Guide](/userguide/).