Browse Source

Update 'init.md'

胡增文 1 year ago
parent
commit
1c50e4e3cf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      init.md

+ 4 - 0
init.md

@@ -8,6 +8,10 @@ sudo vi /etc/docker/daemon.json
         "log-driver":"json-file",
         "log-opts": {"max-size":"1024m", "max-file":"3"}
 }
+
+
+sudo systemctl restart docker
+
 ```