Skip to content

netlemur/docker-images

 
 

Repository files navigation

Unofficial JBoss/WildFly Docker Images

Official Docker images for JBoss projects are at https://github.com/jboss-dockerfiles/.

Common Instructions

  1. Configure boot2docker as explained in http://blog.arungupta.me/2014/07/getting-started-with-docker/

  2. boot2docker ip to obtain the IP

WildFly Images

Get WildFly images

  1. From Docker Hub (recommended)

    1. For WildFly 8.2 on CentOS: docker pull arungupta/wildfly-centos

    2. For WildFly 8.2 on Ubuntu: docker pull arungupta/wildfly-ubuntu

  2. From the workspace

    1. Clone this workspace: git clone https://github.com/arun-gupta/docker-images.git

    2. For a WildFly image on CentOS, change to `wildfly-centos' directory. For a WildFly image on Ubuntu, change to `wildfly-ubutu' directory.

    3. Build the image as docker build -t wildfly .

Run WildFly container

  1. If you pulled from Docker Hub: docker run -it arungupta/wildfly-centos or docker run -it arungupta/wildfly-ubuntu

  2. If you built it locally: docker run -it wildfly-centos or docker run -it wildfly-ubuntu

  3. Access WildFly at http://<IP>:8080

Java EE 7 Hands-on Lab

  1. docker pull arungupta/javaee7-hol

  2. docker run -it -p 8080:8080 arungupta/javaee7-hol

  3. Access application at http://<IP>:8080/movieplex7

About

Docker Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.1%
  • Java 18.0%
  • HTML 2.9%