Created
August 14, 2014 12:16
Revisions
-
rusllonrails created this gist
Aug 14, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ FIX FOR: Couldn't connect to Docker daemon at http+unix://var/run/docker.sock - is it running? Change the DOCKER_OPTS in /etc/default/docker to: DOCKER_OPTS="-H tcp://127.0.0.1:4243 -H unix:///var/run/docker.sock" Ruslan Khamidullin [1:57 PM] netstat -ant |grep 4243 tcp 0 0 127.0.0.1:4243 0.0.0.0:* LISTEN Ruslan Khamidullin [1:57 PM] export DOCKER_HOST=tcp://localhost:4243 Ruslan Khamidullin [1:58 PM] $ echo $DOCKER_HOST tcp://localhost:4243