mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 11:18:51 +00:00
install docker-engine 1.10.2
This commit is contained in:
parent
bb933684b6
commit
c7341998bc
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ apt-get dist-upgrade -y
|
|||
|
||||
# Let's install docker
|
||||
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
|
||||
if [ -f $myPROXYFILEPATH ];
|
||||
|
|
Loading…
Reference in a new issue