Seems like the docker process exits, which is the opposite of what one might expect.
docker run --network container:dsp appropriate/curl -o /dev/null --retry 10 --retry-connrefused http://localhost:9614
curl: (7) Failed to connect to localhost port 9614: Connection refused
Seems like the docker process exits, which is the opposite of what one might expect.