Hi,
I’m running Docker 19.03 on Windows Server 2019 hosted by Windows Server 2016.
this node is a part of Docker Swarm and it’s the worker node.
whenever Service deploys the container, this node creates a container and runs fine; however, when the service is updated, the old one is still in running state, and a new container is deployed. and now there are two containers that are running.
anyone knows why it’s happening? this seems related with Windows networking.