mirror of https://github.com/docker/docs.git
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:
parent
d75ee56ee7
commit
ffab795627
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue