Update to docker install script.
This commit is contained in:
parent
7a12764001
commit
2a87c009d9
|
|
@ -13,6 +13,13 @@ bash -c "curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key
|
|||
apt-get update
|
||||
apt-get -y install -q --no-install-recommends curl ca-certificates
|
||||
apt-get -y install --force-yes jq
|
||||
apt-get remove docker docker-engine docker.io containerd runc
|
||||
apt-get install -y \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg2 \
|
||||
software-properties-common
|
||||
apt-get install -y docker-ce docker-ce-cli containerd.io
|
||||
#apt-get install -y --force-yes docker-engine=1.9.1-0~jessie
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue