Use armhf/hello-world for Raspbian tutorial

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
This commit is contained in:
Stefan Scherer 2016-12-26 23:02:58 +01:00
parent b72b9d3ba5
commit 68ca2792ea
No known key found for this signature in database
GPG Key ID: 5966AEAC37E957FA
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ title: Install on Raspbian
Docker is supported on the following versions of Raspbian:
- *Raspbian Jessie*
>**Note**: If you previously installed Docker using `APT`, make sure you update
your `APT` sources to the new `APT` repository.
@ -85,7 +85,7 @@ Before installing Docker, make sure you have set your `APT` repository correctly
4. Verify `docker` is installed correctly.
$ sudo docker run hello-world
$ sudo docker run armhf/hello-world
This command downloads a test image and runs it in a container. When the
container runs, it prints an informational message. Then, it exits.