Member-only story
The Coolest SHIT ever you can do with DOCKER!
Docker is the most revolutionary tech when it comes to containerization. Mainly because it’s fast and ensures that the app runs flawlessly in different environments with zero configurations (or minimal configuration depending on the needs).
In this blog we are going to discuss the different ways you can use docker for your homelab.
Reader Note: This blog is arranged in the sequence of more commonly used to more advanced and interesting things you can do with docker.
What is a homelab?
If you are new to concept of the homelab then to explain it simply it just a server running on your private network (you can also assign a domain to it) to host services like pihole, ad guard (both of which blocks ads), nextcloud (to host your own cloud server), jellyfin (to create your own YouTube or media server) etc. Most of these will be discussed in this blog. So LET’S get right into it:
Downloading Docker:
Obviously you have to install docker for doing any of the below
1. Choose Your Operating System:
- Docker supports Windows, macOS, and Linux. Visit the official Docker website (https://www.docker.com/) to select your OS.