[jbosstools-issues] [JBoss JIRA] (JBDS-3256) JBoss specific Docker Tooling (Basic Integration)

Burr Sutter (JIRA) issues at jboss.org
Thu Feb 19 13:50:49 EST 2015


    [ https://issues.jboss.org/browse/JBDS-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042147#comment-13042147 ] 

Burr Sutter commented on JBDS-3256:
-----------------------------------

[~rruss]Wildfly is already available, we need the flexibility to point to any docker hub, either the docker hub where Kevin's images will live (could be public), the public docker hub [1] or a private docker hub (with and without a running with openshiftv3).


[1] https://registry.hub.docker.com/search?q=library

> JBoss specific Docker Tooling (Basic Integration)
> -------------------------------------------------
>
>                 Key: JBDS-3256
>                 URL: https://issues.jboss.org/browse/JBDS-3256
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Feature Request
>          Components: openshift, requirements
>            Reporter: Burr Sutter
>            Assignee: Xavier Coulon
>         Attachments: multiview_properties_docker_idea.bmml, multiview_properties_docker_idea.png
>
>
> 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)



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list