Skip to content

Instantly share code, notes, and snippets.

@sporto
Created March 8, 2016 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sporto/1c4a561746a66248a030 to your computer and use it in GitHub Desktop.
Save sporto/1c4a561746a66248a030 to your computer and use it in GitHub Desktop.
Change location of docker containers
/etc/default/docker
# Use DOCKER_OPTS to modify the daemon startup options.
DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4 -g /home/sebastian/docker-data"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment