Problem running the Docker tutorial [closed]
Following the tutorial, when I try to run
$ docker ps -l
I get the following error:
Get http:///var/run/docker.sock/v1.20/containers/json?limit=1: dial unix /var/run/docker.sock: no such file or directory.
* Are you trying to connect to a TLS-enabled daemon without TLS?
* Is your docker daemon up and running?
OS: OS X 10.10.5 Docker installed from official installation package https://github.com/docker/toolbox/rel...
Please update your question with information on your OS, version of your OS, version of ROS and how you installed it (from source, debians).
Also: is the
docker
service running? On Ubuntu, you can usesudo service docker status
.Today I tried again and there was no problem. probably the docker service was not running, but it appeared it was in the Kinematic interface.