2014-03-10 01:16:42 -04:00
|
|
|
# Docker Upstart and SysVinit configuration file
|
|
|
|
|
2016-01-22 10:35:02 -05:00
|
|
|
#
|
|
|
|
# THIS FILE DOES NOT APPLY TO SYSTEMD
|
|
|
|
#
|
|
|
|
# Please see the documentation for "systemd drop-ins":
|
2017-01-31 12:31:00 -05:00
|
|
|
# https://docs.docker.com/engine/admin/systemd/
|
2016-01-22 10:35:02 -05:00
|
|
|
#
|
|
|
|
|
2014-03-10 01:16:42 -04:00
|
|
|
# Customize location of Docker binary (especially for development testing).
|
2016-04-24 08:27:19 -04:00
|
|
|
#DOCKERD="/usr/local/bin/dockerd"
|
2014-03-10 01:16:42 -04:00
|
|
|
|
|
|
|
# Use DOCKER_OPTS to modify the daemon startup options.
|
2014-03-13 13:46:02 -04:00
|
|
|
#DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"
|
2014-03-10 01:16:42 -04:00
|
|
|
|
|
|
|
# If you need Docker to use an HTTP proxy, it can also be specified here.
|
|
|
|
#export http_proxy="http://127.0.0.1:3128/"
|
|
|
|
|
|
|
|
# This is also a handy place to tweak where Docker's temporary files go.
|
2016-08-22 22:46:40 -04:00
|
|
|
#export DOCKER_TMPDIR="/mnt/bigdrive/docker-tmp"
|