From ffab79562746bef66ff95491b7cf9cef5d07b628 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 12 Jan 2019 02:55:01 +0100 Subject: [PATCH] Remove armhf/hello-world, because hello-world is multi-arch now Signed-off-by: Sebastiaan van Stijn --- install/linux/docker-ce/debian.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install/linux/docker-ce/debian.md b/install/linux/docker-ce/debian.md index 4842d88465..b235e41cc7 100644 --- a/install/linux/docker-ce/debian.md +++ b/install/linux/docker-ce/debian.md @@ -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.