From aafd23fb9bf28af58d300bdc33ac767d531cf251 Mon Sep 17 00:00:00 2001 From: Chuong Date: Wed, 2 Aug 2017 23:41:30 +0700 Subject: [PATCH] Show how to run example on armhf (#4062) --- engine/installation/linux/docker-ce/ubuntu.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.