error starting docker daemon on ubuntu 14.04 (Devices cgroup isn't mounted)

后端 未结 7 2246
迷失自我
迷失自我 2020-12-24 06:56

I followed docker instructions to install and verify the docker installation (from http://docs.docker.com/linux/step_one/).

I tried on 2 Ubuntu 14.04 machines and on

7条回答
  •  再見小時候
    2020-12-24 07:31

    I resolved this issue by starting the docker deamon manually using:

    sudo service docker start

提交回复
热议问题