This project is a compendium of different services alternatives to deploy in your home.
We can deploy almost any server in containers but unless you have a reasonable amount of expertise the best start is to take a look at the repos to be aware of ecosystem.
Docker containers are built by layers, usually it uses a linux flavour base image and on top of it, stacks the different dependencies and the app.
- Docker's Official documentation
- DockerHub, Arm The Main site.
- LinuxServer.io A reference team.