- List all docker containers
docker container ls -a
- List port mappings or a specific mapping for the container -> see the port to your pg instance exposed from whichever db container I want to connect to
docker port <db container id>
- Remove the volumes