Linuxbrew / brew

:beer::penguin: The Homebrew package manager for Linux
https://linuxbrew.sh
BSD 2-Clause "Simplified" License
2.66k stars 237 forks source link

docker no engine installed. #723

Closed introom closed 6 years ago

introom commented 6 years ago

try

brew install docker

and then run,

docker run hello-word

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

sjackman commented 6 years ago

brew install docker installs the Docker client. It does not install the Docker daemon, known as Docker Engine. You'll need to install that yourself. See https://www.docker.com/get-docker and https://docs.docker.com/engine/