Open chasetec opened 2 years ago
Sometimes you have a docker environment that needs --network host to be passed to your docker build commands.
--network host
docker build
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?
FN_DOCKER_NETWORKS=host
Sometimes you have a docker environment that needs
--network host
to be passed to yourdocker 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?