github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/contrib/init/sysvinit-debian/docker.default (about) 1 # Docker Upstart and SysVinit configuration file 2 3 # 4 # THIS FILE DOES NOT APPLY TO SYSTEMD 5 # 6 # Please see the documentation for "systemd drop-ins": 7 # https://docs.docker.com/engine/articles/systemd/ 8 # 9 10 # Customize location of Docker binary (especially for development testing). 11 #DOCKER="/usr/local/bin/docker" 12 13 # Use DOCKER_OPTS to modify the daemon startup options. 14 #DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4" 15 16 # If you need Docker to use an HTTP proxy, it can also be specified here. 17 #export http_proxy="http://127.0.0.1:3128/" 18 19 # This is also a handy place to tweak where Docker's temporary files go. 20 #export TMPDIR="/mnt/bigdrive/docker-tmp"