cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

Support DOCKER_NETWORK driver variable #265

Closed carolynvs closed 3 years ago

carolynvs commented 3 years ago

When set, DOCKER_NETWORK specifies the --net flag value to pass to docker when running an invocation image. This allows the user to connect to the host network, or another named network.

This is mostly useful when running bundles that want to connect to services that are running on a dev's local machine, such as a minikube cluster which usually are not publicly addressable or easily reached from a container on a different docker network.