Table of Contents

Systems - Media Server - Install Docker

Docker will be installed together with Docker-Compose.


Install Docker

Follow the installation instructions at: Install Docker


Add your user to the docker group

sudo usermod -aG docker $USER

NOTE: This allows docker to be run without using sudo.

To enable this functionality, log out and log back in; or run:

newgrp docker

References

https://wiki.servarr.com/docker-guide