24
Mai
2023

Docker + Docker – compose + Portainer + Apps

 

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

 

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/

Share

You may also like...

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert