Open dan-lind opened 8 years ago
It looks like it works if I start WITHOUT running as sudo. I tried this but got a bit thrown off by the fact that the container log was completely empty. But when accessing my docker-machine on 8080, the dashboard is indeed there.
Webpage on port 8080 is provided by cAdvisor, which means cAdvisor is up. However, from your log, it seems that the cAdvisor cannot connect to the Docker's socket.
You are using docker on Mac, all containers are running in VMs on your Mac. Maybe you should find out which /var/run
path is really mounted, is the same one on the same VM of other containers?
I'm just trying out cAdvisor, but I'm not able to start it using the provided instructions on my Mac OSX 10.11.
My docker-machine is indeed running, however when running the command to start cAdvisor it acts as if there is no docker-machine running. I guess this has something to do with running as sudo?