設置 "hosts" key 後,docker服務啓動報錯

問題:

設置 "hosts" key 後,docker服務啓動報錯docker

unable to configure the Docker daemon with file /etc/docker/daemon.json  
docker.service: Failed with result 'start-limit-hit'
複製代碼

辦法:

tips : journalctl -r -u docker 能夠查看日誌json

  1. 在 /lib/systemd/system/docker.service 中去掉 -H fd://
  2. systemctl daemon-reload
  3. systemctl restart docker
相關文章
相關標籤/搜索