From f68f12980b29ddbc0f3d1218a702a0c688d36885 Mon Sep 17 00:00:00 2001 From: Elvin Dsouza Date: Thu, 19 Jul 2018 12:30:19 +0530 Subject: [PATCH 1/2] Fixed errors in instructions fixed unnecessary spaces --- Command Help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command Help.txt b/Command Help.txt index 2acf470..aeb75b6 100644 --- a/Command Help.txt +++ b/Command Help.txt @@ -28,7 +28,7 @@ Add proxy to Docker Service 2. sudo gedit /etc/systemd/system/docker.service.d/http-proxy.conf [Service] Environment="HTTP_PROXY=https://172.16.19.10:80/" -Environment="HTTPS_PROXY=https:// 172.16.19.10:80 :8080/" +Environment="HTTPS_PROXY=https://172.16.19.10:80:8080/" Environment="NO_PROXY=localhost,127.0.0.1,localaddress,.localdomain.com" Restart Docker daemon From 0a0ad0ed61f35ec46c17208e454a94fbe9c9500c Mon Sep 17 00:00:00 2001 From: Elvin Dsouza Date: Thu, 19 Jul 2018 12:38:19 +0530 Subject: [PATCH 2/2] more changes --- Command Help.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Command Help.txt b/Command Help.txt index aeb75b6..571bd25 100644 --- a/Command Help.txt +++ b/Command Help.txt @@ -27,8 +27,8 @@ Add proxy to Docker Service 1. sudo mkdir /etc/systemd/system/docker.service.d 2. sudo gedit /etc/systemd/system/docker.service.d/http-proxy.conf [Service] -Environment="HTTP_PROXY=https://172.16.19.10:80/" -Environment="HTTPS_PROXY=https://172.16.19.10:80:8080/" +Environment="HTTP_PROXY=172.16.19.10:80/" +Environment="HTTPS_PROXY=172.16.19.10:80/" Environment="NO_PROXY=localhost,127.0.0.1,localaddress,.localdomain.com" Restart Docker daemon