fnproject / cli

CLI tool for fnproject.
https://fnproject.io
Apache License 2.0
132 stars 66 forks source link

fn build should support --network host #646

Open chasetec opened 2 years ago

chasetec commented 2 years ago

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?