Matteo Scandolo | 6288d5a | 2017-08-08 13:05:26 -0700 | [diff] [blame^] | 1 | |
| 2 | {# |
| 3 | Copyright 2017-present Open Networking Foundation |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | #} |
| 17 | |
| 18 | |
Andrea Campanella | edfdbca | 2017-02-01 17:33:47 -0800 | [diff] [blame] | 19 | # 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 | |
| 27 | DOCKER_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" |