https://github.com/fhsinchy/docker-handbook-projects
Project codes used in "The Docker Handbook"
https://github.com/fhsinchy/docker-handbook-projects
docker docker-compose express javascript vite
Last synced: about 1 month ago
JSON representation
Project codes used in "The Docker Handbook"
- Host: GitHub
- URL: https://github.com/fhsinchy/docker-handbook-projects
- Owner: fhsinchy
- License: unlicense
- Created: 2020-07-07T17:17:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T11:26:01.000Z (3 months ago)
- Last Synced: 2025-04-12T01:53:30.936Z (about 1 month ago)
- Topics: docker, docker-compose, express, javascript, vite
- Language: JavaScript
- Homepage: https://freecodecamp.org/news/the-docker-handbook/
- Size: 1.08 MB
- Stars: 1,370
- Watchers: 43
- Forks: 321
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker Handbook Projects

| :bell: NOTIFICATION |
|:--------------------|
| There are two branches in this repository. The [master](https://github.com/fhsinchy/docker-handbook-projects/tree/master/) branch contains the starter projects and the [completed](https://github.com/fhsinchy/docker-handbook-projects/tree/completed/) branch contains the completed projects. |This repository holds the code for my [__Docker Handbook__](https://www.freecodecamp.org/news/the-docker-handbook/) article on [__freeCodecamp__](https://freecodecamp.org). 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](https://hub.docker.com/_/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](https://hub.docker.com/_/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.