docker 在 ubuntu-server 16.04 上無法啟動
習慣沉默
習慣沉默 2017-04-28 09:03:19
0
0
986

系統版本:ubuntu-server 16.04
docker 版本:Docker version 17.03.0-ce, build 60ccb22

嘗試執行docker info,報錯說沒啟動:

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

然後執行service docker start,報錯:

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 (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2017-03-31 09:58:52 CST; 1min 31s ago
     Docs: https://docs.docker.com
  Process: 21336 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
 Main PID: 21336 (code=exited, status=1/FAILURE)

Mar 31 09:58:52 ip-101-37-28-246 systemd[1]: Starting Docker Application Container Engine...
Mar 31 09:58:52 ip-101-37-28-246 dockerd[21336]: unable to configure the Docker daemon with file /etc/docker/daemon.json: EOF
Mar 31 09:58:52 ip-101-37-28-246 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Mar 31 09:58:52 ip-101-37-28-246 systemd[1]: Failed to start Docker Application Container Engine.
Mar 31 09:58:52 ip-101-37-28-246 systemd[1]: docker.service: Unit entered failed state.
Mar 31 09:58:52 ip-101-37-28-246 systemd[1]: docker.service: Failed with result 'exit-code'.

大概 3 天前用著都是好的,昨天登入上去莫名就用不了了。

習慣沉默
習慣沉默

全部回覆(0)
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!