成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费

資訊專(zhuān)欄INFORMATION COLUMN

【邊玩邊學(xué)K8S】【002】安裝Docker

trilever / 1413人閱讀

安裝Docker 安裝
[root@host01 ~]# yum makecache
[root@host01 ~]# yum install docker
[root@host01 ~]# yum install golang
啟動(dòng)
[root@host01 ~]# systemctl enable docker
[root@host01 ~]# systemctl start docker
[root@host01 ~]# docker version
Client:
 Version:         1.13.1
 API version:     1.26
 Package version: docker-1.13.1-68.gitdded712.el7.centos.x86_64
 Go version:      go1.9.4
 Git commit:      dded712/1.13.1
 Built:           Tue Jul 17 18:34:48 2018
 OS/Arch:         linux/amd64

Server:
 Version:         1.13.1
 API version:     1.26 (minimum version 1.12)
 Package version: docker-1.13.1-68.gitdded712.el7.centos.x86_64
 Go version:      go1.9.4
 Git commit:      dded712/1.13.1
 Built:           Tue Jul 17 18:34:48 2018
 OS/Arch:         linux/amd64
 Experimental:    false
配置Docker代理(有條件可選)
Environment="HTTP_PROXY=http://用戶(hù)名:密碼@代理IP:端口"
Environment="HTTPS_PROXY=http://用戶(hù)名:密碼@代理IP:端口"
Environment="NO_PROXY=localhost,127.0.0.1"

追加代理配置內(nèi)容到/lib/systemd/system/docker.service中的Environment段的下面

重啟
[root@host01 ~]# systemctl daemon-reload
[root@host01 ~]# systemctl restart docker
配置用戶(hù)(有條件可選)
[root@host01 ~]# groupadd docker
[root@host01 ~]# usermod -aG docker $USER
非root用戶(hù)執(zhí)行時(shí),需要?jiǎng)?chuàng)建docker用戶(hù)組,將當(dāng)前用戶(hù)加入docker用戶(hù)組
驗(yàn)證
[root@host01 ~]# docker run hello-world

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/engine/userguide/

在公司內(nèi)部進(jìn)行docker pull時(shí),由于通常要經(jīng)過(guò)代理,有可能會(huì)由于證書(shū)問(wèn)題導(dǎo)致鏡像無(wú)法pull下來(lái),此時(shí)需要以下解決方案

獲取公司代理的證書(shū)(以Chrome為例,打開(kāi)一個(gè)可以打開(kāi)的外網(wǎng),打開(kāi)地址欄的安全按鈕,查看證書(shū)詳細(xì)信息,復(fù)制證書(shū),采用默認(rèn)格式導(dǎo)出證書(shū)即可。)

將證書(shū)改名為cacert.pem

將cacert.pem放到CentOS的/etc/pki/ca-trust/source/anchors下

執(zhí)行update-ca-trust命令使其生效

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://systransis.cn/yun/32742.html

相關(guān)文章

  • 邊玩邊學(xué)K8S】【002安裝Docker

    安裝Docker 安裝 [root@host01 ~]# yum makecache [root@host01 ~]# yum install docker [root@host01 ~]# yum install golang 啟動(dòng) [root@host01 ~]# systemctl enable docker [root@host01 ~]# systemctl start docker [...

    Lowky 評(píng)論0 收藏0
  • 邊玩邊學(xué)K8S】【001】環(huán)境準(zhǔn)備

    摘要:環(huán)境準(zhǔn)備虛擬機(jī)主機(jī)名角色虛擬機(jī)需要和外網(wǎng)通信,需要配置配置主機(jī)名配置網(wǎng)絡(luò)代理有條件可選用戶(hù)名密碼代理端口用戶(hù)名密碼代理端口可選,如果訪問(wèn)外網(wǎng)需要代理請(qǐng)正確填寫(xiě)用戶(hù)名密碼代理和端口,追加以上內(nèi)容到,執(zhí)行命令使其生效配置代理有條件可選追加上一步 環(huán)境準(zhǔn)備 虛擬機(jī) 主機(jī)名 IP OS 角色 host01 192.168.31.63 CentOS 7 Master & Node 虛...

    baoxl 評(píng)論0 收藏0
  • 慕課網(wǎng)_《Java模板引擎之Freemarker》學(xué)習(xí)總結(jié)

    摘要:時(shí)間年月日星期日說(shuō)明本文部分內(nèi)容均來(lái)自慕課網(wǎng)。整體目錄結(jié)構(gòu)如下項(xiàng)目文件用于數(shù)據(jù)持久化配置項(xiàng)目配置配置視圖解析器配置靜態(tài)資源映射配置配置配置自定義指令配置解析器配置,類(lèi)似于項(xiàng)目啟動(dòng)類(lèi)新建,注冊(cè)配置類(lèi),并將其和當(dāng)前關(guān)聯(lián)。 時(shí)間:2017年3月19日星期日說(shuō)明:本文部分內(nèi)容均來(lái)自慕課網(wǎng)。@慕課網(wǎng):http://www.imooc.com教學(xué)示例源碼:無(wú)個(gè)人學(xué)習(xí)源碼:https://githu...

    xumenger 評(píng)論0 收藏0
  • Nuxt 3 即將發(fā)布、layui 即將退出歷史舞臺(tái) | 淘系前端架構(gòu)周刊 210927 期

    摘要:即將發(fā)布經(jīng)過(guò)漫長(zhǎng)的等待,即將發(fā)布。是一款很不錯(cuò)的組件庫(kù),雖然在的下載量仍遠(yuǎn)高于,但不可否認(rèn)的是在生態(tài)和社區(qū)活躍度上,更勝一籌。 .markdown-body{word-break:break-word;line-height:1.75;font-weight:400;font-size:15px;overflow-x:hidden;color:#333}.markdown-body h1,...

    NusterCache 評(píng)論0 收藏0
  • 使用kubeadm部署kubernetes集群

    摘要:在節(jié)點(diǎn)上執(zhí)行命令使用節(jié)點(diǎn)執(zhí)行命令的輸出,在上執(zhí)行,使其加入集群。在兩個(gè)節(jié)點(diǎn)上,執(zhí)行完畢上述命令后,在上查看部署成功。部署完成后的觀察檢查現(xiàn)在正在運(yùn)行的可以發(fā)現(xiàn),,,運(yùn)行在上,在三個(gè)節(jié)點(diǎn)上均有運(yùn)行在三個(gè)節(jié)點(diǎn)均有運(yùn)行 集群規(guī)劃 網(wǎng)絡(luò)配置 節(jié)點(diǎn)網(wǎng)絡(luò): 192.168.18.0/24 service網(wǎng)絡(luò): 10.96.0.0/12 pod網(wǎng)絡(luò): 10.244.0.0/16 etcd 部署在...

    chuyao 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

最新活動(dòng)
閱讀需要支付1元查看
<