瀏覽代碼

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 11 年之前
父節點
當前提交
24bf8faa99
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/installation/openSUSE.md

+ 2 - 2
docs/sources/installation/openSUSE.md

@@ -49,9 +49,9 @@ Docker daemon.
 
 
 To verify that everything has worked as expected:
 To verify that everything has worked as expected:
 
 
-    $ sudo docker run -i -t b1systems/opensuse /bin/bash
+    $ sudo docker run --rm -i -t ubuntu /bin/bash
 
 
-This should download and import the `opensuse` image, and then start `bash` in a container. To exit the container type `exit`.
+This should download and import the `ubuntu` image, and then start `bash` in a container. To exit the container type `exit`.
 
 
 **Done!**
 **Done!**