Continuous Delivery Demo using JBoss EAP and OpenShift
Learn how to set up a continuous delivery environment running in Docker with OpenShift as the deployment environment.
Join the DZone community and get the full member experience.
Join For FreeThis demo sets up a complete Continuous Delivery environment running in Docker containers and uses OpenShift as the deployment environment. As the artifact moves forward in the delivery pipeline, new containers (gears) are created on OpenShift and the artifact gets deployed onto these containers which represent Dev, System Test, Performance Test and Pre-Production environments.
The source code for the demo is available on http://www.jbossdemocentral.com
Published at DZone with permission of Thomas Qvarnström, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments