Allow azd up
to use host network during docker build
#4758
Labels
Milestone
azd up
to use host network during docker build
#4758
Right now there is no way to tell
azd up
to use--network=host
when it doesdocker build
behind the scene. It would great ifazd
added a way for the users to ask it to use host network when doing thedocker build
.Right now my workaround is to get create a script called
docker
and put it into the PATH before the actualdocker
binary. And the script does this:The flag would ideally go in this list:
azure-dev/cli/azd/pkg/tools/docker/docker.go
Lines 84 to 88 in 9e65413
The text was updated successfully, but these errors were encountered: