/dockerjenkins-calculator

Replicating book code for "Continuous Delivery with Docker and Jenkins, 3rd Ed."

Primary LanguageJava

dockerjenkins-calculator

Porting examples for Continuous Delivery with Docker and Jenkins, 3rd Ed. by Rafal Leszko to WSL

Motivation

Rafal's book is a wonderful tour through the process of constructing and managing effective CI/CD pipelines primarily with Docker, Jenkins, Kubernetes, Ansible and Terraform. The main service is a Java application - a simple calculator.

While the book is written for a development environment in which Docker runs natively in Linux, I'm attempting to port the samples to work in Windows Subsystem for Linux. Rafal has noted the tools tend to run differently when invoked through virtualized environments.