Docker Setup Guide

Installing Docker and Docker Compose

Update all packages

bash

Install Docker

bash

Add yourself to the docker group and reload

bash

Install docker compose

bash

Enable the docker service on boot

bash

Setup Dockge as primary management tool

Create your folder in the home directory

bash

Add your compose file with nano compose.yaml and enter

yaml

Make sure the replace yourUser and yourDockerGroup with the correct values. You can find your docker group id using

bash

Now start the container

bash

And directly fix folder permissions using

bash

Now you can access the UI at http://hostIP:5001