Goal:
Enter the docker desktop's container PostgreSQL by using the installed PgAdmin in my local computer (not that container that contain pgAdmin)
Background:
I was manage to have two different container, one for postgresql and the second one is the pgadmin. (https://dev.to/shree_j/how-to-install-and-run-psql-using-docker-41j2)
In order to enter the container's postgresql I needed to retrieve the container's ip adress (How to get a Docker container's IP address from the host)
Then I was managed to enter the container's postSQL by using the container's pgAdmin.
Problem:
The next phase to to use the local and installed pgadmin in order to enter the container's database.
The same content of hostname/address, port, username and password I was using for the container's pgadmin, I used the same content for the local pgadmin.
I retrieve the message "Unable to connect to server:"
What part am I missing in order to enter the container's PostGreSQl by using the local pgadmin?
Info:
*Using win 10 pro