Docker

Motivation

As a developer testing WildFly back-end REST API components,
I want to spin up an Arquillian test environment,
So my unit and integration testing is supported.

Docker is my chosen container for spinning up WildFly instances.

Goals

  • Create separate environments for Dev, Test, and Production
  • Tie in with Continuous Integration (CI) tools (Jenkins currently)
  • Work with Docker and AWS

How Tos

References

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License