Updates und Pakete installieren #
apt update && apt upgrade -y && apt install curl -yapt install apt-transport-https ca-certificates curl gnupg2 software-properties-common -ycurl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"apt update && apt install docker-ce docker-compose -ydocker-compose.yml erstellen #
nano docker-compose.ymlContainer Dienste in der .yml definieren #
yaml wird AktualisiertDocker Container starten #
docker compose up -d