Home > other >  Docker installation problem
Docker installation problem

Time:09-26

Just learning Docker, according to the http://xmodulo.com/2014/05/manage-linux-containers-docker-ubuntu.html tutorial prompted to install the Docker, after running the Docker commands, an error: 2014/06/30 20:56:26 dial Unix/var/run/Docker. The sock: no to the file or directory, please everyone a great god what is this?

CodePudding user response:

Docker service will start to install, and advise you through docker.com to install ubuntu item, select the correct version of the installation steps,

CodePudding user response:

According to the official to step, generally there is no problem,
CentOS:
https://docs.docker.com/engine/installation/linux/centos/
Ubuntu:
https://docs.docker.com/engine/installation/linux/ubuntulinux/

CodePudding user response:

Your question... There is no permission... Your current user to the docker group, that there is written in the official installation steps,
  • Related