Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 744 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 744 Bytes

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.