Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Created March 11, 2014 23:04
Show Gist options
  • Save lightsofapollo/9496880 to your computer and use it in GitHub Desktop.
Save lightsofapollo/9496880 to your computer and use it in GitHub Desktop.
# /etc/default/docker
mkdir -p /mnt/var/lib/docker
mkdir -p /mnt/docker-tmp
export TMPDIR="/mnt/docker-tmp"
export DOCKER_OPTS=" -g /mnt/var/lib/docker"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment