Integrating Docker with DevOps
Automated Workflows
Course Introduction
The Basics
By scmGalaxy.com
About Me
DevOps@RajeshKumar.XYZ
Course Overview
Dockerized App
An app configured to run
in container(s)
Dockerfile
Configuration file
containing instructions on
how to build a Docker
image.
Course Pre-reqs
- Basic understanding of
- Docke
- Continuous Integration (CI)
- Continuous Delivery (CD)
Coming Up Next...
A quick run through our sample app
Crude App!
But it’s good enough for what we need!
- test
- views
- package.json
- app.js
- circle.yml
- Dockerfile
- readme.md
Summary
Summary
Adding Docker Hub Automated
Builds to the Mix
Summary
Coming Up Next...
Pushing to Production
Pushing Our App to Production
Coming Up Next
Docker Hub Webhooks
Webhooks
Event-based HTTPS triggers
Summary
Coming Up Next
Breaking and fixing our app and workflow
Breaking and Fixing the App
Module Plan
Questions?