Update 'install docker ubuntu'
This commit is contained in:
parent
2442a3184c
commit
42008f230e
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user