What We'll Cover
We review what we'll cover in this portion of the Shipping Docker course.
A Docker workflow for your application
to make development a breeze.
We create an application and realize we need a lot of help to run it within containers.
We create a basic `docker-compose.yml` file that uses our built images.
We add features to our `docker-compose.yml` file to help our developers.
We start a helper script to wrangle all the complexity that Docker brings to our application.
We finish our helper script and make it running our application in Docker completely pain-free.
We use the `docker-compose` ability to `extend` other compose files to each environment.
We add some details to our helper script to properly run within Jenkins.
We review what we did to setup our application for development and continuous integration with Docker.