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

Description
Issue
Currently, stopping a Nulecule application on Docker provider just stops the running containers. If you have named your containers, an attempt to run the Nulecule application, for the second time, will fail because the names of the containers to be run will collide with the stopped containers from the previous run.
Solution
Instead of just stopping the Docker containers, we should also remove them.