read.cash Log in
h@hbkedge more from that month

龍家俊教你 docker day 2 安裝說明: https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/#upgrade-docker-a fter-using-the-convenience-script 以下使用ubuntu為例 1.安裝依賴軟體 apt-get update apt-get install apt-transport-https ca-certificates curl software-properties-common -y 使用官方推薦源 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs)stable" 2.安装 docker apt-get install docker-ce -y 可以指定版本安装docker apt-get install docker-ce=<VERSION> -y 3.啟動docker ubuntu安裝完後,默認開啟服務了 測試 docker版本 docker docker version 作業: 貼上你docker版本 #PttDigiCurrency

1 comment

Log in to join in Reading is open to everyone. Replying needs an account.