Hi, I am working on following and completed implementation of it, and need slight more time to test it with real docker containers to make it false proof.
1. Stop container support. 2. Delete container support. 3. Start/Stop/Delete based on container name, NOT with the container id. NOTE:Specifically added #3, because right now start/stop/delete container happening based on container id. But container id is not a human readable name. Even for unit testing it is difficult to automate it, because of that. Hence provided that support. I will be sending a pull request for that soon. This pull request will cover all fundamental and required docker capability for this activity plugin. Will start another thread to discuss nexts steps.
