Update initial-docker-setup.sh
This commit is contained in:
committed by
GitHub
parent
6da264bab9
commit
3b0731f412
@@ -9,3 +9,8 @@ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
|||||||
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install docker-ce -y
|
sudo apt install docker-ce -y
|
||||||
|
sudo systemctl status docker
|
||||||
|
sudo systemctl enable docker.service
|
||||||
|
sudo mkdir -p /usr/local/bin
|
||||||
|
sudo curl -SL https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
|
||||||
|
sudo chmod 755 /usr/local/bin/docker-compose
|
||||||
|
|||||||
Reference in New Issue
Block a user