Docker: A Guide to Mastering Containerization

Enhancing portability across various environments with Docker. Deploy applications efficiently: Learn to create Dockerfiles, build images, run containers, and push images to registries.

August 20, 2021 · 6 min · 1183 words ·  ·  Docker ·  Dev

Self-Hosting your GIT - Gitea

You might be looking for some alternative to Github or Bitbucket to track your code changes on some project. In this post we will selfhost Gitea with docker for that purpose.