Skip to content

Commit

Permalink
docker_shell: connect container to host network
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
  • Loading branch information
lpawelcz committed Feb 28, 2024
1 parent 37a7219 commit 15c3d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/util/docker_shell
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ docker run -u $(id -u ${USER}):$(id -g ${USER}) \
-e FLOW_HOME=/OpenROAD-flow-scripts/flow/ \
-e MAKEFILES=/OpenROAD-flow-scripts/flow/Makefile \
-v $WORKSPACE:`pwd` \
--network host \
$DOCKER_INTERACTIVE \
${OR_IMAGE:-openroad/flow-centos7-builder:latest} \
bash -c "set -ex
Expand Down

0 comments on commit 15c3d14

Please sign in to comment.