Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 603 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 603 Bytes

Continuous Delivery Playground

My playground for setting up a continuous delivery pipeline with Docker.

  • Jenkins
  • GitLab
  • Using a simple Dropwizard microservice as an example application
  • Using a Docker image (containing the microservice) to create reproducible environments for all stages of the continuous delivery pipeline.

Step by Step Tutorial

For a step by step tutorial see my blog post "Tutorial: Continuous Delivery with Docker and Jenkins".