From bbb31d4b6c1384192de034008eb589c079a6f175 Mon Sep 17 00:00:00 2001 From: amaddio Date: Thu, 2 Aug 2018 16:48:30 +0200 Subject: [PATCH] Update ubuntu.md Same here. The newer `docker container run` command should be used instead of the future obsolete `docker run` command, right? --- 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..54b08f1bce 100644 --- a/install/linux/docker-ce/ubuntu.md +++ b/install/linux/docker-ce/ubuntu.md @@ -320,7 +320,7 @@ a new file each time you want to upgrade Docker CE. 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