apt update && apt install docker.io
Set Docker to start on startup
systemctl enable --now docker
Give your user permissions to docker, replacing user with your username
usermod -aG docker root
Version 2.20.2
curl -L "https://github.com/docker/compose/releases/download/v2.20.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
Portainer install: https://linuxnotiz.duckdns.org/portainer-business-edition-for-free/
100 Apps install: https://linuxnotiz.duckdns.org/portainer-mit-100-apps/
gefunden auf: https://www.llewellynhughes.co.uk/post/installing-adguard-compose/