C#C
C#13mo ago
Dachi

Docker

I am trying to start databse by docker but it fails by saying that that port is already in use
"Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5432 -> 0.0.0.0:0: listen tcp 0.0.0.0:5432: bind: address already in use"
But then i run
  • lsof -i :5432
    It shows nothing. No other docker image or container is running.
Was this page helpful?