Skip to content

Edwinroman30/devops-directive-docker-course

 
 

Repository files navigation

DevOps Directive Docker Course

This is the companion repo to: Complete Docker Course - From BEGINNER to PRO! (Learn Containers)

Sponsor

Thank you to Shipyard for sponsoring this course! It is because of their support that I am able to provide it to the community free of charge!

Shipyard is the easiest way to generate on demand ephemeral environments (aka a new environment for every pull request). Sign up today at https://shipyard.social/DevOpsDirectivePromo! The first 300 people to use the promo code "DEVOPSDIRECTIVE" will receive an additional 30 days free on either their startup or business tier plans!

Examines the evolution of virtualization technologies from bare metal, virtual machines, and containers and the tradeoffs between them.

Explores the three core Linux features that enable containers to function (cgroups, namespaces, and union filesystems), as well as the architecture of the Docker components.

Covers the steps to install and configure Docker Desktop on your system.

Before we build our own container images, we can familiarize ourselves with the technology by using publicly available container images. This section covers the nuances of data persistence with containers and then highlights some key use cases for using public container images.

Learning about containerization is interesting, but without a practical example it isn't very useful. In this section we create a 3 tier web application with a React front end client, two apis (node.js + golang), and a database. The application is as simple as possible while still providing a realistic microservice system to containerize.

Demonstrates how to write Dockerfiles and build container images for the components of the example web app. Starting with a naive implementation, we then iterate towards a production ready container image.

Explains what container registries are and how to use them to share and distribute container images.

Using the containerized web application from sections 05 and 06, we craft the necessary commands to run our application with Docker and Docker Compose. We also cover the variety of runtime configuration options and when to use them.

Highlights best practices for container image and container runtime security.

Describes how to use Docker to interact with containers, container images, volumes, and networks.

Establishes tooling and configuration to enable improved developer experience when working with containers.

Demonstrates deploying container applications to production using three different approaches: railway.app, a single node Docker Swarm, and a Kubernetes cluster.

About

Companion repo for complete Docker course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 40.8%
  • Makefile 32.5%
  • JavaScript 13.7%
  • Go 6.6%
  • CSS 5.3%
  • HTML 0.9%
  • Dockerfile 0.2%