-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Partially Completed
-
Affects Version/s: None
-
Fix Version/s: 9.0.0.CR1
-
Component/s: docker, requirements
-
Labels:
-
Epic Link:
-
Docs QE Status:NEW
Goal: to allow the Eclipse user to easily discover, pull, run, deploy my .war or .ear to it, stop, commit, push for docker images/containers.
Expected end-user flow 1:
0) Installation - assumes boot2docker pre-installed on the end-user's machine
1) I, the Java developer, need to browse a docker registry (either DockerHub or private registry), identify the image that I wish to have local and download (docker pull) for that image+tag.
2) Assumption: the docker image includes not only the operating system + JVM but also the EAP, Wildfly or Tomcat installed in a 'known' location.
3) I start (docker run) the image which auto-starts the embedded app server
4) I can then deploy my .war or .ear to the running app server
5) I can restart the running app server in debug mode and run the debugger
6) I can undeploy and redeploy my .war or .ear
7) I can stop/restart the running, embedded app server
8) I can then commit (docker commit)
9) then I can publish my changes (docker push)
- is incorporated by
-
JBDS-3250 Support for OpenShift 3 with Docker and Kubernetes
-
- Closed
-
- is related to
-
TOOLSDOC-606 Docker: Document basic docker tooling
-
- Resolved
-
-
JBDS-3258 Docker Tooling (Advanced Integration)
-
- Closed
-