Skip to content

jackieluc/learning-docker-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-docker

The goal of this project is to familiarize myself with Docker.

Table of Contents

Dockerizing a simple app

See simple-react-app for building create-react-app with Dev and Production (multi-step) containers and running with Docker Compose.

Dockerizing multiple apps

See complex-apps for building create-react-app, an express server, and a redis cache worker containers.

Kubernetes

See simple-k8s for a simple Kubernetes cluster for managing multiple containers.