Merge pull request #9154 from thaJeztah/revert_8813

Revert "fix the install using apt snippet (#8813)"
This commit is contained in:
Sebastiaan van Stijn 2019-07-27 22:49:03 -07:00 committed by GitHub
commit 40cdd7fc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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?