When deploying using the Docker provider, you may run into the issues of a container already being deployed on a current port. Unfortunatley, even if it fails, the containers you deployed up until that point are lingering on. Should the Docker provider go through all the deployed containers thus far and remove them? Or is this too dangerous?
When deploying using the Docker provider, you may run into the issues of a container already being deployed on a current port.
Unfortunatley, even if it fails, the containers you deployed up until that point are lingering on.
Should the Docker provider go through all the deployed containers thus far and remove them? Or is this too dangerous?