Got a Docker container that runs at startup and needs to have this added to the startup arguments:
--add-host=host.docker.internal:host-gateway
I'm not readily seeing where to change the startup args for containers that are already setup and going. How would this be added to an existing container?