panic
panic copied to clipboard
ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is running?
On root folder when I ran docker-composer up -d --build
I got this message
Couldn't connect to Docker daemon at http+docker://localhost - is running?
OS: Xubuntu 20.04 64bits over VMWare 16
On root folder when I ran
docker-composer up -d --buildI got this message
Couldn't connect to Docker daemon at http+docker://localhost - is running?
OS: Xubuntu 20.04 64bits over VMWare 16
Tip: To solve this I just run command with sudo sudo docker-composer up -d --build
But I think we need to put it in the README file.