psql command from official page on dockerhub
I am learning Docker. I have practiced a lot, including testing commands from the official Postgres page on dockerhub. I ran this command: docker run -it --rm --network some-network postgres psql -h some-postgres -U postgres Could someone give a complete…