use the official image for now - there's an opensuse image on its way
| ... | ... |
@@ -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/). |