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)
Upstream-commit: 24bf8faa99ef7c80aca3ee3a6eac485f74e521ef
Component: engine
This commit is contained in:
SvenDowideit
2014-06-30 11:46:09 +10:00
parent bc88f8248d
commit 08986aa647

View File

@ -49,9 +49,9 @@ Docker daemon.
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!**