blob: 1518ed7cd57956d92b02376f984e5fa64f14f915 [file] [log] [blame]
Matteo Scandolo6288d5a2017-08-08 13:05:26 -07001
2{#
3Copyright 2017-present Open Networking Foundation
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16#}
17
18
Andrea Campanellaedfdbca2017-02-01 17:33:47 -080019# Docker Upstart and SysVinit configuration file
20
21# Customize location of Docker binary (especially for development testing).
22#DOCKER="/usr/local/bin/docker"
23
24# Use DOCKER_OPTS to modify the daemon startup options.
25#DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"
26
27DOCKER_OPTS="{{ docker_opts }}"
28
29#"--insecure-registry 10.1.0.1:5000"
30
31# If you need Docker to use an HTTP proxy, it can also be specified here.
32#export http_proxy="http://127.0.0.1:3128/"
33
34# This is also a handy place to tweak where Docker's temporary files go.
35#export TMPDIR="/mnt/bigdrive/docker-tmp"