From aecb9380f2d66abe07fca852531bc25a9fa2de3e Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 6 Dec 2016 10:44:04 +0100 Subject: [PATCH] fix docker proxy issue starting with systemd docker only sources /etc/default/docker which means for proxy to work the export commands need to be removed. --- installer/install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index 32eab9a6..5c3fd9f6 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -279,11 +279,11 @@ if [ -f $myPROXYFILEPATH ]; then fuECHO "### Setting up the proxy for docker." myPROXY=$(cat $myPROXYFILEPATH) tee -a /etc/default/docker <