cloudfoundry-attic / blockhead

CF-Extensions Blockhead project
Apache License 2.0
3 stars 3 forks source link

fix the docker address after implementing service provision is finished #33

Open nimakaviani opened 5 years ago

nimakaviani commented 5 years ago

Provision assumes a call from the broker to a container management service (a docker daemon or CF / kubernetes). Once implementing Provision is on master, we need to look into how an actual deployment of the broker to CF would start the containers.

nimakaviani commented 5 years ago

PR #72 makes the address to the docker server configurable. It falls back to 127.0.0.1 in the absence of an env variable for DOCKER_SERVER but otherwise can be configured.