Alter 2 files

Delete `docker-compose.sh`
Update `docker.sh`
This commit is contained in:
akp 2022-06-14 22:15:18 +01:00
parent c88bd64cf8
commit d1c58da931
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +0,0 @@
#!/bin/bash
# 2021-07-18
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

View file

@ -11,7 +11,7 @@ echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg]
# Install Docker Engine
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
# Test
sudo docker run hello-world