mirror of https://github.com/docker/docs.git
Merge pull request #984 from StefanScherer/fix-raspbian-hello-world-example
Use armhf/hello-world for Raspbian tutorial
This commit is contained in:
commit
7b1f2901f7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue