Closed
Description
In my tests i use Docker directly for stop/start containers. Test case is:
- Stop container
- Check system behavior
- Start the same container
- Check
- Stop next container
.......
Also sometimes i want to start new instance of some service, or the same. In this case pause isn't good. Stop by Pumba and start by Docker CLI looks weird.
@alexei-led does it make sense?