github.com/hms58/moby@v1.13.1/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/admin/systemd/ 8 # 9 10 # Customize location of Docker binary (especially for development testing). 11 #DOCKERD="/usr/local/bin/dockerd" 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 DOCKER_TMPDIR="/mnt/bigdrive/docker-tmp"