Skip to content

Commit

Permalink
fix(pillar.example): ensure docker.config is available
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 16, 2019
1 parent 451d76d commit dce112a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ docker-pkg:
lookup:
process_signature: /usr/bin/docker

# config for sysvinit/upstart (for systemd, use drop-ins in your own states)
config:
- DOCKER_OPTS="-s btrfs --dns 8.8.8.8"
- export http_proxy="http://172.17.42.1:3128"

# Docker compose supported attributes
docker:
# install_pypi_pip: true
Expand All @@ -82,6 +77,11 @@ docker:
# allow_updates: true
use_upstream_app: false

# config for sysvinit/upstart (for systemd, use drop-ins in your own states)
config:
- DOCKER_OPTS="-s btrfs --dns 8.8.8.8"
- export http_proxy="http://172.17.42.1:3128"

# PIP proxy configuration (defaults to false)
# proxy: proxy.com:3128

Expand Down

0 comments on commit dce112a

Please sign in to comment.