scripts: create local container with --net=host

This makes local debugging easier. We don't consider the
container an effective security barrier, anyway.

Test Plan: Connected to a local server.

X-Origin-Diff: phab/D551
GitOrigin-RevId: d452d9f5a4addf4c526b7ac8f7ac688c36b816c5
diff --git a/scripts/create_container.sh b/scripts/create_container.sh
index 26c3671..486d758 100755
--- a/scripts/create_container.sh
+++ b/scripts/create_container.sh
@@ -53,6 +53,7 @@
     --privileged \
     --pod nexantic \
     --name=nexantic-dev \
+    --net=host \
     nexantic-builder
 
 podman run -it -d \