Skip to content

Instantly share code, notes, and snippets.

@pokle
Last active January 3, 2016 15:29
Show Gist options
  • Save pokle/8482876 to your computer and use it in GitHub Desktop.
Save pokle/8482876 to your computer and use it in GitHub Desktop.
Docker
#!/usr/bin/env bash
usermod -aG docker ubuntu
echo 'DOCKER_OPTS="-H tcp://0.0.0.0:4243/"' >> /etc/default/docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment