question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error response from daemon: driver failed programming external connectivity on endpoint

See original GitHub issue

-----------------------------------STDERR----------------------------------- Removing docker containers. Errors about nonexistent endpoints and containers are normal. Error response from daemon: No such container: myroutes Error response from daemon: endpoint myroutes not found Error response from daemon: No such container: myroutes-frontend Error response from daemon: endpoint myroutes-frontend not found Error response from daemon: No such container: myroutes-nginx-letsencrypt Error response from daemon: endpoint myroutes-nginx-letsencrypt not found Error response from daemon: No such container: myroutes-nginx-proxy Error response from daemon: endpoint myroutes-nginx-proxy not found Finished removing docker containers docker: Error response from daemon: driver failed programming external connectivity on endpoint myroutes (8231a8806fda11ab47b00e17547623f42ecf8c68b56ac483ede958ad996135b3): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use. -----------------------------------STDOUT----------------------------------- base: Pulling from abernix/meteord Digest: sha256:9ed85313621010dd27a08054ae9225aa1f31798647fbcfdc9cc082181c6f9c97 Status: Image is up to date for abernix/meteord:base Pulled abernix/meteord:base 8e0866a9c801125fba4ebd306ccf831b91183241034576313c3ab564fb4e9d4c ----------------------------------------------------------------------------

Just tried deploying a new version of my meteor up with Meteor Up. This error appeared. I already tried:

  • service docker restart on the droplet.
  • mup restart

I just keep redeploying, it does not seem to help. Its quite urgent, because now the site is down.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

22reactions
DarrenHabacommented, Apr 21, 2018

@vfoley, I had the same problem on Windows 10. Restarting docker fixed it. Thanks for the advice, you gave me my sanity back…

18reactions
x5enginecommented, Jun 29, 2017

for anyone having this issue just do docker ps

then get the id of the container that is running on port 80 sudo docker stop ID

and it will fix it

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix docker driver failed programming external ... - Jhooq
How to fix docker driver failed programming external connectivity on endpoint webserver? · 1. Start the container on a different port · 2....
Read more >
driver failed programming external connectivity on endpoint ...
From your error message, the EADDRINUSE indicates port 80 is already in use on either the docker VM or possibly directly on your...
Read more >
Error response from daemon: driver failed ... - GitHub
Getting an error message when issuing the run command: "Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: driver ...
Read more >
Error response from daemon: driver failed programming ...
It can copy locally, to/from another host over any remote shell, or to/from a remote rsync ... OR when an rsync:// URL is...
Read more >
docker driver failed programming external ... - Edureka
Hi Guys,. I am trying to launch one Docker Container. But it is showing me the below error. docker: driver failed programming external...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found