docker-proxy port in use

Quick one: you’re starting a container through docker-compose and it says a port is in use. You “netstat -plutn” it and find out, that port is in use by docker-proxy.

Github user rdavaillaud knows what’s going on:

  • stop docker
  • remove all internal docker network: rm /var/lib/docker/network/files/
  • start docker

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.