From 17e515f6905d215bbb6db8ad6427471d00211269 Mon Sep 17 00:00:00 2001 From: amaddio Date: Thu, 2 Aug 2018 16:43:46 +0200 Subject: [PATCH] Update ubuntu.md Updated the old `docker run` command with the new sub command style `docker container run`. --- install/linux/docker-ce/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/linux/docker-ce/ubuntu.md b/install/linux/docker-ce/ubuntu.md index 1d6220d29e..7d79657c73 100644 --- a/install/linux/docker-ce/ubuntu.md +++ b/install/linux/docker-ce/ubuntu.md @@ -274,7 +274,7 @@ the repository. image. ```bash - $ sudo docker run hello-world + $ sudo docker container run hello-world ``` This command downloads a test image and runs it in a container. When the