Feature Suggestion
Currently the networking mode is hardcoded to "host". Make this value configurable with an environment variable, that defaults to "host" instead.
Impact
Hardcoded "host" value necessitates forking to accomplish alternative networking configurations. Making this value an environment variable would enable networking customization (for example, reusing another container's networking stack) without forking.
Additional context
No response