Browse code

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

Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)

SvenDowideit authored on 2014/06/30 10:46:09
Showing 1 changed files
... ...
@@ -49,9 +49,9 @@ Docker daemon.
49 49
 
50 50
 To verify that everything has worked as expected:
51 51
 
52
-    $ sudo docker run -i -t b1systems/opensuse /bin/bash
52
+    $ sudo docker run --rm -i -t ubuntu /bin/bash
53 53
 
54
-This should download and import the `opensuse` image, and then start `bash` in a container. To exit the container type `exit`.
54
+This should download and import the `ubuntu` image, and then start `bash` in a container. To exit the container type `exit`.
55 55
 
56 56
 **Done!**
57 57