The openshell CLI hardcodes 127.0.0.1:8080 as the gateway address, and nemoclaw onboard does a bind() pre-flight check on 127.0.0.1:8080. Neither is configurable. This makes running either tool inside a Docker container unnecessarily complex — you need a socat TCP proxy just to bridge the container's loopback to the host.
The ask: A way to override the gateway address, either via:
An environment variable like OPENSHELL_GATEWAY_HOST=host.docker.internal
Or a config file entry in ~/.config/openshell/
The openshell CLI hardcodes 127.0.0.1:8080 as the gateway address, and nemoclaw onboard does a bind() pre-flight check on 127.0.0.1:8080. Neither is configurable. This makes running either tool inside a Docker container unnecessarily complex — you need a socat TCP proxy just to bridge the container's loopback to the host.
The ask: A way to override the gateway address, either via:
An environment variable like OPENSHELL_GATEWAY_HOST=host.docker.internal
Or a config file entry in ~/.config/openshell/