This repository was archived by the owner on Jan 19, 2018. It is now read-only.

Description
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?