Merge pull request #984 from StefanScherer/fix-raspbian-hello-world-example

Use armhf/hello-world for Raspbian tutorial
This commit is contained in:
Misty Stanley-Jones 2016-12-29 14:34:01 -08:00 committed by GitHub
commit 7b1f2901f7
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.