0

Docker daemon running in a node inside a docker swarm listens to 443, and as a result when i try to run an nginx service on this port I'm getting errors that this port is already in use.

How can I start the docker daemon to listen in a different port?

When I drop the swarm, the Docker daemon stops listening to port 443.

Patrick
  • 5,526
  • 14
  • 64
  • 101
themis
  • 21
  • 1
  • 2
  • Docker does not listen on port 443 out of the box. What configuration changes did you make to have it listen on this port? – BMitch Aug 29 '17 at 18:48
  • Run `docker ps` and `sudo netstat -plant`. Add the output of above two commands on the node where you are facing the issue – Tarun Lalwani Aug 29 '17 at 19:28

0 Answers0