I want to
docker exec <postgres container> pg_dump
...to do that I'll have to write tedious code to find the container name. Feels harder than necessary. Should I just start the container with a manual
docker run
command instead of using the docker config section?