fhsinchy / docker-handbook-projects

Project codes used in "The Docker Handbook"

Home Page:https://freecodecamp.org/news/the-docker-handbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Handbook Projects

...

đź”” NOTIFICATION
There are two branches in this repository. The master branch contains the starter projects and the completed branch contains the completed projects.

This repository holds the code for my Docker Handbook article on freeCodecamp. In the article the readers work through six projects with increasing complexity. These projects are as follows:

  • custom-nginx - A custom NGINX image based on the official alpine image.
  • rmbyext - An executable image project.
  • hello-dock - A single container Vue application.
  • notes-api - A multi container Express API.
  • fullstack-notes-application - A full-stack CRUD application with nginx as a reverse proxy.

Prerequisites

  • Familiarity with the Linux Terminal.
  • Familiarity with JavaScript (some of the later projects use JavaScript).

It's fine if you haven't worked with JavaScript that much. Having a basic knowledge of executing scripts with npm will suffice.

About

Project codes used in "The Docker Handbook"

https://freecodecamp.org/news/the-docker-handbook/

License:The Unlicense


Languages

Language:JavaScript 59.3%Language:Shell 28.0%Language:Vue 6.9%Language:HTML 2.0%Language:Makefile 1.9%Language:Dockerfile 1.5%Language:CSS 0.4%