Show how to run example on armhf (#4062)

This commit is contained in:
Chuong 2017-08-02 23:41:30 +07:00 committed by Misty Stanley-Jones
parent 4e49c8f1da
commit aafd23fb9b
1 changed files with 6 additions and 0 deletions

View File

@ -227,6 +227,12 @@ the repository.
```bash
$ sudo docker run hello-world
```
or if you run on armhf:
   ```bash
$ 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 and exits.