notes
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
# install
|
# install
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install gnupg
|
||||||
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
|
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
|
||||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
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"
|
||||||
|
Reference in New Issue
Block a user