Project codes used in "The Docker Handbook"
Last updated Jul 6, 2026
1.4k
Stars
331
Forks
3
Issues
+1
Stars/day
Attention Score
92
Language breakdown
No language data available.
▸ Files
click to expand
README
Docker Handbook Projects

| :bell: 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).
npm will suffice.🔗 More in this category