My practice with docker where I try out all sorts of things. This repository contains byte-sized tutorials revolving around Docker.
You can learn from it as well since I have categorized everything and have written clean code. Everything in there is well-documented.
📌 Each tutorial will be found inside a separate folder (with prefix
000.where000can by any number)
If you are willing to contribute to this repository by submitting your own tutorial, make sure you have fulfilled the following points:
- Tutorial title starts with a 3-digit serial number followed by a dot(.), then a space, then the title. e.g.
001. dockerize a simple script. - Tutorial folder name should have all lowercase letters.
- Tutorial name and serial number in the main README, README inside the tutorial folder and in the folder name, should all be same.
- README.md inside the project folder should be based on the template provided in the
/template/README.md. - Tags should be relevant to the tutorial you are submitting. These tags will only be written inside of the root README.md.
- Tutorial should contain a detailed
README.mdinside the project folder. - In case your tutorial requires images to be shown, you can put them inside
000. tutorial/docs/imgfolder present inside the project folder. DO NOT put them in the root/docsfolder. - Tutorial should contain all the supporting files which you are using in the demonstration.
- Tutorial should be about Docker and related technologies, such as Kubernetes. Any tutorial other than docker will be rejected.

