
我在 CentOS 伺服器上設定了 docker。有一段時間它工作得很好,直到它停止工作。我嘗試啟動 docker 服務,但出現以下錯誤。
$> sudo systemctl start docker.service
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
執行狀態指令時,出現下列錯誤。
$> systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2017-01-13 16:01:39 UTC; 19s ago
Docs: http://docs.docker.com
Process: 7263 ExecStart=/usr/bin/docker-current daemon --exec-opt native.cgroupdriver=systemd $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY (code=exited, status=1/FAILURE)
Main PID: 7263 (code=exited, status=1/FAILURE)
我嘗試刪除 /var/lib/docker 並重新安裝 docker,但似乎沒有任何效果。
你能幫我解決這個問題嗎?
謝謝你!