Revert "fix the install using apt snippet (#8813)"

This reverts commit 3515eb90e1.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-07-27 22:35:26 -07:00
parent 4305d5a569
commit 8be444dfbe
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -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?