Update 'install docker ubuntu'

This commit is contained in:
Adolfo Delorenzo 2021-03-29 07:39:17 +02:00
parent 2442a3184c
commit 42008f230e
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
```
apt-get remove docker docker-engine docker.io containerd runc
apt-get -y install \
@ -14,3 +15,4 @@ echo \
$(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
```