Remove armhf/hello-world, because hello-world is multi-arch now

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-01-12 02:55:01 +01:00
parent d75ee56ee7
commit ffab795627
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 0 additions and 8 deletions

View File

@ -220,18 +220,10 @@ from the repository.
4. Verify that Docker CE is installed correctly by running the `hello-world`
image.
**x86_64**:
```bash
$ sudo docker run hello-world
```
**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.