Socker-swarm install
Version vom 19. Februar 2021, 14:11 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „*apt update *apt upgrade *curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - *add-apt-repository "deb [arch=amd64] https://download.d…“)
- apt update
- apt upgrade
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- apt update
- apt-get install -y docker-ce docker-compose
- systemctl start docker
- systemctl enable docker