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