change "echo ===" to "echo #<<<" to avoid confusing when searching for ===
This commit is contained in:
16
docker-install-ubuntu.sh
Normal file
16
docker-install-ubuntu.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
sudo apt update
|
||||
|
||||
sudo apt install apt-transport-https ca-certificates curl software-properties-common
|
||||
|
||||
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 apt update
|
||||
|
||||
sudo apt install docker-ce
|
||||
|
||||
sudo systemctl start docker
|
||||
sudo systemctl enable docker
|
||||
|
||||
sudo docker --version
|
||||
Reference in New Issue
Block a user