Robotics StackExchange | Archived questions

Problem running the Docker tutorial

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/releases/download/v1.8.2c/DockerToolbox-1.8.2c.pkg

Asked by chcorbato on 2015-10-05 06:28:40 UTC

Comments

Please update your question with information on your OS, version of your OS, version of ROS and how you installed it (from source, debians).

Asked by gvdhoorn on 2015-10-05 10:54:55 UTC

Also: is the docker service running? On Ubuntu, you can use sudo service docker status.

Asked by gvdhoorn on 2015-10-05 10:58:45 UTC

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.

Asked by chcorbato on 2015-10-09 04:20:25 UTC

Answers