Add tables of content

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-14 11:17:41 +01:00
parent 9bdedf5ef9
commit 74873651a8
9 changed files with 19 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ caption = 'Photo by <a href="https://unsplash.com/@carrier_lost">Ian Taylor</a>
In [Part 1]({{% ref "/posts/ultimate-home-server-part-1" %}}) we started building a Linux Home Server using a combination of Arch Linux, MergerFS, and SnapRAID. In this part, we are going to be continuing our journey by installing Docker, Portainer, and Watchtower for easy container management, as well as run our first service.
{{< contents >}}
## What is Docker and why should I use it?
[Docker](https://www.docker.com/) is an OS-level virtualization project that allows users to install and run applications inside so-called containers, isolated from the operating system and each other. This means that when running a docker container, one does not have to worry about conflicting dependencies, networking, or junk files left behind when removing a service.