Update to docker install script.

This commit is contained in:
Cyteen 2019-06-13 12:08:03 +01:00
parent 7a12764001
commit 2a87c009d9
1 changed files with 7 additions and 0 deletions

View File

@ -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