cli
cli copied to clipboard
fn build should support --network host
Sometimes you have a docker environment that needs --network host to be passed to your docker build commands.
Can FN_DOCKER_NETWORKS=host or some other mechanism be added to
https://github.com/fnproject/cli/blob/master/common/common.go#L438 in order to support changing the docker network during the build?