diff --git a/engine/installation/linux/docker-ce/ubuntu.md b/engine/installation/linux/docker-ce/ubuntu.md index 090b3b2588..1e5331a8bb 100644 --- a/engine/installation/linux/docker-ce/ubuntu.md +++ b/engine/installation/linux/docker-ce/ubuntu.md @@ -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.