Is your feature request related to a problem? Please describe.
The DNS for my application resolves to localhost and isn't reachable natively by the strix container that spins up on my local machine.
Describe the solution you'd like
A way to specify that strix shouldn't spin up within the isolated docker network (i.e. --net host)
Describe alternatives you've considered
N/A
Additional context
To support local development, my application is configured to spin up with docker compose but it leverages specific public DNS entries that resolve to localhost.
Is your feature request related to a problem? Please describe.
The DNS for my application resolves to localhost and isn't reachable natively by the strix container that spins up on my local machine.
Describe the solution you'd like
A way to specify that strix shouldn't spin up within the isolated docker network (i.e.
--net host)Describe alternatives you've considered
N/A
Additional context
To support local development, my application is configured to spin up with docker compose but it leverages specific public DNS entries that resolve to
localhost.