Unable to start Docker Service in Ubuntu 16.04

后端 未结 10 1131
悲哀的现实
悲哀的现实 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条回答
  •  萌比男神i
    2020-12-12 17:57

    In my case I was getting the following error from journalctl -xe command

    unable to configure the Docker daemon with file /etc/docker/daemon.json: invalid character 'â' looking for beginning of object key string
    

    Just clean /etc/docker/daemon.json with

    {
    }
    

提交回复
热议问题