Skip to content

Instantly share code, notes, and snippets.

@bmurzeau
Created July 23, 2014 15:33
Show Gist options
  • Save bmurzeau/dae21eab77d7b2b486ee to your computer and use it in GitHub Desktop.
Save bmurzeau/dae21eab77d7b2b486ee to your computer and use it in GitHub Desktop.
Open Docker API port so the host listen to remote API requests
$ sudo vim /etc/default/docker
# Line to modify
DOCKER_OPTS="-H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock"
$ sudo service docker restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment