blob: 48f5c5c4bc0a682e925352dfd2f3007d6f587d2f [file] [log] [blame]
Scott Baker99ba01e2016-11-03 15:55:17 -07001# Docker Upstart and SysVinit configuration file
2
3# Customize location of Docker binary (especially for development testing).
4#DOCKER="/usr/local/bin/docker"
5
6# Use DOCKER_OPTS to modify the daemon startup options.
7#DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"
8
9DOCKER_OPTS="{{ docker_opts }}"
10
11#"--insecure-registry 10.1.0.1:5000"
12
13# If you need Docker to use an HTTP proxy, it can also be specified here.
14#export http_proxy="http://127.0.0.1:3128/"
15
16# This is also a handy place to tweak where Docker's temporary files go.
17#export TMPDIR="/mnt/bigdrive/docker-tmp"