cli icon indicating copy to clipboard operation
cli copied to clipboard

fn build should support --network host

Open chasetec opened this issue 3 years ago • 0 comments

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?

chasetec avatar Feb 25 '22 23:02 chasetec