91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ubuntu 18.04 安裝docker

發布時間:2020-08-07 16:03:30 來源:ITPUB博客 閱讀:189 作者:陳洪光 欄目:建站服務器

修改apt源

# sudo vim /etc/apt/sources.list
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
# sudo apt-get update
# sudo apt-get upgrade

安裝依賴庫

# sudo apt-get install  -y apt-transport-https  ca-certificates curl  software-properties-common

添加Docker官方GPG key

# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

設置Docker穩定版倉庫

# sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu  $(lsb_release -cs)  stable"

更新apt源索引

# sudo apt-get update

安裝最新版Docker CE(社區版)

# sudo apt-get install -y docker-ce

檢查Docker CE是否安裝正確,出現 Hello from Docker! ,則表示安裝成功

# sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
1b930d010525: Pull complete 
Digest: sha256:4df8ca8a7e309c256d60d7971ea14c27672fc0d10c5f303856d7bc48f8cc17ff
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/
For more examples and ideas, visit:
 https://docs.docker.com/get-started/

安裝docker-compose

$ sudo curl -L https://github.com/docker/compose/releases/download/1.25.0-rc4/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
$ docker-compose version

設置權限,不用每次都輸入sudo

$ sudo usermod -a -G docker docker

docker常用命令

# # 啟動docker
# sudo service docker start
# # 停止docker
# sudo service docker stop
# # 重啟docker
# sudo service docker restart
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

常宁市| 壶关县| 普格县| 孝感市| 台东市| 辽中县| 建平县| 乌拉特后旗| 酉阳| 吴桥县| 西昌市| 渝北区| 巴马| 三穗县| 峨边| 合山市| 涡阳县| 齐齐哈尔市| 化德县| 闻喜县| 武汉市| 堆龙德庆县| 麻江县| 油尖旺区| 上蔡县| 米林县| 抚远县| 志丹县| 太原市| 东源县| 时尚| 澄城县| 荣昌县| 临沧市| 太湖县| 铁岭县| 浪卡子县| 喀喇| 桂东县| 嵊泗县| 吉木萨尔县|