We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker.config
1 parent 451d76d commit dce112aCopy full SHA for dce112a
pillar.example
@@ -51,11 +51,6 @@ docker-pkg:
51
lookup:
52
process_signature: /usr/bin/docker
53
54
- # config for sysvinit/upstart (for systemd, use drop-ins in your own states)
55
- config:
56
- - DOCKER_OPTS="-s btrfs --dns 8.8.8.8"
57
- - export http_proxy="http://172.17.42.1:3128"
58
-
59
# Docker compose supported attributes
60
docker:
61
# install_pypi_pip: true
@@ -82,6 +77,11 @@ docker:
82
77
# allow_updates: true
83
78
use_upstream_app: false
84
79
80
+ # config for sysvinit/upstart (for systemd, use drop-ins in your own states)
81
+ config:
+ - DOCKER_OPTS="-s btrfs --dns 8.8.8.8"
+ - export http_proxy="http://172.17.42.1:3128"
+
85
# PIP proxy configuration (defaults to false)
86
# proxy: proxy.com:3128
87
0 commit comments