🔔 NOTIFICATION |
---|
This branch contains the uncontainzerized versions of the projects. If you want the containerized ones, please check the containerized branch. |
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.
- 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.