close
[展示影片]
[指令碼]
(1)、
sudo apt-get update
(2)、
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
(3)、
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
(4)、
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
(5)、
sudo apt-get update
(6)、
sudo apt-get install docker-ce
(7)、
sudo docker run hello-world
參考資料來源:
https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/#install-docker-ce-1
文章標籤
全站熱搜
留言列表