cf-containers-broker icon indicating copy to clipboard operation
cf-containers-broker copied to clipboard

Support habitat exported docker images

Open drnic opened this issue 8 years ago • 0 comments

https://www.habitat.sh/ can export Docker images, which in turn docker_manager.rb could run.

Except @bodymindarts annoyingly tells me that we can't pass in simple env vars -e REDIS_PASSWORD=2134jfdjhaf into habitat containers. Instead we pass in -e HAB_REDIS='username="admin", password="adsfasdfsadf", db_name="adsfsadfdfsg"'

So to support habitat, we could keep the REDIS_PASSWORD concepts for configuration, but just change what env var is created (one HAB_REDIS instead of many REDIS_PASSWORD etc.

Proposal, cargo cult docker_manager.rb into habitat_docker_manager.rb (and _spec.rb) to support habitat

drnic avatar Apr 12 '17 06:04 drnic