mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
This commit is contained in:
commit
8d1cc68673
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@ Docker daemon. You can add users with:
|
|||
|
||||
$ sudo usermod -a -G docker <username>
|
||||
|
||||
To verify that everything has worked as expected:
|
||||
|
||||
$ sudo docker run --rm -i -t ubuntu /bin/bash
|
||||
|
||||
This should download and import the `ubuntu` image, and then start `bash` in a container. To exit the container type `exit`.
|
||||
|
||||
**Done!**
|
||||
|
||||
Continue with the [User Guide](/userguide/).
|
||||
|
|
Loading…
Reference in a new issue