This commit is contained in:
Adolfo Delorenzo 2021-03-28 23:37:07 -06:00
parent 7d83ea75bf
commit 2c104e4839
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
`apt-get remove docker docker-engine docker.io containerd runc
```
apt-get remove docker docker-engine docker.io containerd runc
apt-get -y install \
apt-transport-https \
@ -13,4 +14,5 @@ echo \
"deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update && apt-get install docker-ce docker-ce-cli containerd.io -y`
apt update && apt-get install docker-ce docker-ce-cli containerd.io -y
```