mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Use host networking for build container.
This will allow the use of default credentials. PiperOrigin-RevId: 320972241
This commit is contained in:
committed by
gVisor bot
parent
9c32fd3f4d
commit
7ff4649b3c
@@ -70,6 +70,7 @@ bazel-server-start: load-default ## Starts the bazel server.
|
||||
-v "$(CURDIR):$(CURDIR)" \
|
||||
--workdir "$(CURDIR)" \
|
||||
--entrypoint "" \
|
||||
--network=host \
|
||||
$(FULL_DOCKER_RUN_OPTIONS) \
|
||||
gvisor.dev/images/default \
|
||||
sh -c "groupadd --gid $(GID) --non-unique $(USER) && \
|
||||
|
||||
Reference in New Issue
Block a user