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 Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

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