From 8be444dfbe39d7b8920c9230667c189b4f55e110 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 27 Jul 2019 22:35:26 -0700 Subject: [PATCH] Revert "fix the install using apt snippet (#8813)" This reverts commit 3515eb90e12e8c0246ce0965212deb45ce4e11b4. Signed-off-by: Sebastiaan van Stijn --- 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 ca0804f93e..8ff4549ff5 100644 --- a/install/linux/docker-ce/ubuntu.md +++ b/install/linux/docker-ce/ubuntu.md @@ -211,7 +211,7 @@ from the repository. 2. Install the _latest version_ of Docker Engine - Community and containerd, or go to the next step to install a specific version: ```bash - $ sudo apt-get install docker docker-compose + $ sudo apt-get install docker-ce docker-ce-cli containerd.io ``` > Got multiple Docker repositories?