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
|
@ -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