Tag: Docker
-
Free Dropbox Alternative with Syncthing via Docker
Are you looking for a Dropbox-type solution for your Linux Server?Would you like to backup files across multiple computers? Today we are going to deploy a solution that will accomplish both of those objectives while using a fancy Web-based User Interface. The best part of this solution is that it is Free and Open-source. Syncthing…
-
Deploying your own Dashboard via Docker
Now that we have familiarized ourselves with Virtualized Services in the context of Containers, let’s install a fun little starter project. We are going to set up a simple Dashboard, (vital if you are joining the Homelab community) and it should only take a single docker command. In the Self-hosting community there are a few…
-
Containerization and Installing Docker
Now that we have a solid understanding of Virtual Machines or VMs, it is now time to cover containerization. Containerization refers to running a virtual process or service in a limited environment, with only pre-established access to storage volumes that you have allowed. Now what the heck does all that mean? It just means you…
