install docker-engine 1.10.2

This commit is contained in:
t3chn0m4g3 2016-03-06 17:21:49 +01:00
parent bb933684b6
commit c7341998bc

View file

@ -165,7 +165,7 @@ apt-get dist-upgrade -y
# Let's install docker # Let's install docker
fuECHO "### Installing docker-engine." fuECHO "### Installing docker-engine."
apt-get install docker-engine=1.10.1-0~trusty -y apt-get install docker-engine=1.10.2-0~trusty -y
# Let's add proxy settings to docker defaults # Let's add proxy settings to docker defaults
if [ -f $myPROXYFILEPATH ]; if [ -f $myPROXYFILEPATH ];