Posts Tagged wildfly
Java EE Containers and Docker
Posted by Sébastien Stormacq in IBM, Java, Oracle on 04/08/2014
Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Given my long history with Java EE, it was natural for me to experiment the installation and deployment of popular Java EE containers using Docker.
Communities and Software vendors did not wait for me, and I discovered many prebuilt containers, ready to use.
The list below references official builds, i.e. the ones created and maintained by the software vendor. (by alphabetical list)
- Oracle – GlassFish 4.0.1 (thanks Alexis)
- IBM – WebSphere Liberty Profile
- JBoss – Wildfly
- Oracle – WebLogic 12c
I also built my own Dockerfile for Glassfish.
Feel free to comment this post, I will update the list. (Official builds only)
Enjoy !