From 55cdf6b19e38ff34f0273722ec84896e62aec375 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Jun 2021 03:05:36 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9cfe0b7..7b5590a 100644 --- a/README.md +++ b/README.md @@ -20,20 +20,12 @@ networks: "http://hub-mirror.c.163.com", "https://docker.mirrors.ustc.edu.cn" ], - "insecure-registries": ["172.20.32.1:5000"], - "debug": false, - "experimental": false, - "features": { - "buildkit": true - }, - "builder": { - "gc": { - "enabled": true, - "defaultKeepStorage": "20GB" - } - } + "insecure-registries": ["10.10.14.176:5000"] } ``` +systemctl daemon-reload +systemctl restart docker +docker info ## 其他