====== Docker ====== === Docker Installation === Download und Installation curl -sSL https://get.docker.com | sh Installation Docker-Compose apt install docker-compose -y === Portainer Installation === Erstellen des Volumes docker volume create portainer_data Docker run docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest