smebberson / docker-alpine

Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
MIT License
596 stars 186 forks source link

Disable automatic Consul version check #20

Closed matthewvalimaki closed 8 years ago

matthewvalimaki commented 8 years ago

We have Consul version check enabled, see https://consul.io/docs/agent/options.html#disable_update_check. While not a big deal I think this should be disabled as version management happens through images. No need to open up connection for nothing.

smebberson commented 8 years ago

@matthewvalimaki, I agree. I'll make this change.

smebberson commented 8 years ago

All taken care of in PR #34.