|
|
|
@ -28,12 +28,7 @@ echo Installing required packages...
|
|
|
|
echo Install Docker Community Edition...
|
|
|
|
echo Install Docker Community Edition...
|
|
|
|
#apt-get remove docker docker-engine docker.io &&
|
|
|
|
#apt-get remove docker docker-engine docker.io &&
|
|
|
|
apt-get -y update &&
|
|
|
|
apt-get -y update &&
|
|
|
|
apt-get install \
|
|
|
|
apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common &&
|
|
|
|
apt-transport-https \
|
|
|
|
|
|
|
|
ca-certificates \
|
|
|
|
|
|
|
|
curl \
|
|
|
|
|
|
|
|
gnupg2 \
|
|
|
|
|
|
|
|
software-properties-common &&
|
|
|
|
|
|
|
|
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - &&
|
|
|
|
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - &&
|
|
|
|
add-apt-repository \
|
|
|
|
add-apt-repository \
|
|
|
|
"deb [arch=amd64] https://download.docker.com/linux/debian \
|
|
|
|
"deb [arch=amd64] https://download.docker.com/linux/debian \
|
|
|
|
|