Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.18 KB

File metadata and controls

33 lines (18 loc) · 1.18 KB

Codesandboy Clickdummy container workshop

Prerequisites

You need to have Docker installed locally.

Basic Commands

Build & Run Development Image: docker-compose -f docker-compose.yml up Build & Run Production Image: docker-compose -f docker-compose-prod.yml up

React

Everything you need to know about React scripts

Docker

Docker is a widely used container platform, you can use to abstract away your application from the underlying servers. In that way, developers can focus on building working software.

Some useful links to get started:

Docker Curriculum

Builder pattern vs. Multi-Stage Builds in Docker

Docker Compose documentation

NGINX

NGINX is a web server that can also be used as a reverse proxy, load balancer and HTTP cache

Useful video to get started:

Nginx Basics and Best practices