Explorar o código

Update INSTALL.sh

Stefan Pejcic hai 1 ano
pai
achega
04134aac50
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      INSTALL.sh

+ 5 - 1
INSTALL.sh

@@ -751,7 +751,11 @@ configure_docker() {
     ### to be removed in 0.1.8
     daemon_json_content='{
       "storage-driver": "devicemapper"
-    }'
+      "log-driver": "local",
+      "log-opts": {
+         "max-size": "5m"
+         }
+      }'
     echo "$daemon_json_content" > "$docker_daemon_json_path"
     ###