-
Story
-
Resolution: Done
-
Major
-
None
User Story:
As a Developer I should be able to start and stop the CDK easily from within the IDE without having to know about internal details like vagrant or command line tools so I can get started quickly.
Acceptance Criteria:
- If CDK is not running, clicking start should bring up the CDK and I should be able to use the docker and openshift tooling against the CDK from Eclipse
- If CDK is running already, clicking start should recognize that and not try to stop/halt it and then I should be able to use the docker and openshift tooling against the CDK from Eclipse
- If CDK is running, clicking stop should halt the CDK and docker
- When stopped, the docker and openshift configuraton should still stay in Eclipse, but should not work and give sensible errors when/if failing.
- is caused by
-
JBDS-3552 Developer - be able to incrementally deploy changes to docker containers
- Closed