Alter 2 files
Delete `docker-compose.sh` Update `docker.sh`
This commit is contained in:
parent
c88bd64cf8
commit
d1c58da931
2 changed files with 1 additions and 7 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue