I can run docker network connect squadwars web_only
and then docker network inspect squadwars
and see it connected to my squadwars network.
But if I do:
./launcher start web_only --docker-args="–network squadwars" it doesn’t seem to connect itself to that network! (And yes I destroyed the container first).
I don’t see my options being passed to the docker run command.