mirror of https://github.com/docker/docs.git
fix the install using apt snippet (#8813)
This commit is contained in:
parent
578fe4b1e3
commit
3515eb90e1
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue