Merge pull request #12801 from thewtex/doc-test-ubuntu

Do Debian installation verification with hello-world image.
This commit is contained in:
moxiegirl 2015-04-27 15:09:25 -07:00
Родитель 0153edcda1 b6cfe7ca07
Коммит 13895173eb
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -28,9 +28,10 @@ To install the latest Debian package (may not be the latest Docker release):
To verify that everything has worked as expected:
$ sudo docker run -i -t ubuntu /bin/bash
$ sudo docker run --rm hello-world
Which should download the `ubuntu` image, and then start `bash` in a container.
This command downloads and runs the `hello-world` image in a container. When the
container runs, it prints an informational message. Then, it exits.
> **Note**:
> If you want to enable memory and swap accounting see