From fab294bddaacbc69d996b7630002c8e77b48c983 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sat, 4 Mar 2017 21:24:50 +0100 Subject: [PATCH] remove patching docker defaults handled in systemd scripts for each container --- installer/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index cbadb821..9c97a12d 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -316,10 +316,10 @@ Match address 127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 EOF # Let's patch docker defaults, so we can run images as service -fuECHO "### Patching docker defaults." -tee -a /etc/default/docker <