fix the install using apt snippet (#8813)

This commit is contained in:
Ziv 2019-07-26 21:41:27 +03:00 committed by Adrian Plata
parent 578fe4b1e3
commit 3515eb90e1
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-ce docker-ce-cli containerd.io
$ sudo apt-get install docker docker-compose
```
> Got multiple Docker repositories?