Problem running the Docker tutorial [closed]

asked 2015-10-05 06:28:40 -0500

chcorbato gravatar image

updated 2015-10-06 01:30:44 -0500

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...

edit retag flag offensive reopen merge delete

Closed for the following reason Question does not follow our guidelines for questions. Please see: http://wiki.ros.org/Support for more details. by chcorbato
close date 2015-10-09 04:20:59.135849

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).

gvdhoorn gravatar image gvdhoorn  ( 2015-10-05 10:54:55 -0500 )edit

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

gvdhoorn gravatar image gvdhoorn  ( 2015-10-05 10:58:45 -0500 )edit

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.

chcorbato gravatar image chcorbato  ( 2015-10-09 04:20:25 -0500 )edit