Linux host can't connect to docker container via localhost
I run the following to start a postgres server container: docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres What I was expecting was to use dbeaver to connect via localhost:5432 with postgres and mysecretpassword, but I keep getting the following…