Unable to start Docker Service in Ubuntu 16.04

后端 未结 10 1110
悲哀的现实
悲哀的现实 2020-12-12 17:05

I\'ve been trying to use Docker (1.10) on Ubuntu 16.04 but installation fails because Docker Service doesn\'t start. I\'ve already tried to

10条回答
  •  感情败类
    2020-12-12 17:49

    After viewing some of the other answers it looks like the issue was that the service wasn't running with the -s overlay options.

    I also happened to notice that docker tried to start up with ${DOCKER_OPTS} at the end of the call.

    I was able to export DOCKER_OPTS="-s overlay" (bc by default DOCKER_OPTS was empty) and get docker running.

提交回复
热议问题