Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T07:53:38.000Z (3 months ago)
- Last Synced: 2025-01-09T17:34:33.070Z (11 days ago)
- Topics: docker, docker-compose, express, javascript, vite
- Language: JavaScript
- Homepage: https://freecodecamp.org/news/the-docker-handbook/
- Size: 1.1 MB
- Stars: 1,364
- 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
![...](./docker-handbook-github.png)
| :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.