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.