-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Milestone
Description
Reason/Context
- We are going to add support for
startandstopcommand for our CLI tool, which will help to start and stop a microcks container. - For this feature, we have to keep track of existing microcks container so that en execution of
startorstopcommand can be efficient.
Description
- Execution of
startorstopcommand will may lead us toward some failure. - To prevent this, we have to keep track of existing microcks container using something like
context file.
Implementation ideas
No response