最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

docker安裝及docker中nginx配置方法

 更新時(shí)間:2024年04月24日 10:00:48   作者:2201_76119904  
這篇文章主要介紹了docker安裝及docker中nginx配置方法,本文給大家介紹的非常詳細(xì),需要的朋友可以參考下

機(jī)器 test3 192.168.23.103

1機(jī)器初始化配置

1.1關(guān)閉防火墻,清空防火墻規(guī)則

systemctl stop firewalld
iptables -F
setenforce 0

1.2部署時(shí)間同步

yum install ntp ntpdate -y

1.3安裝基礎(chǔ)軟件包

yum install -y wget net-tools nfs-utils lrzsz gcc gcc-c++ make cmake libxml2-devel openssl-devel curl curl-devel unzip sudo ntp libaio-devel wget vim ncurses-devel autoconf automake zlib-devel python-devel epel-release openssh-server socat ipvsadm conntrack

1.4構(gòu)建docker-ce源

https://developer.aliyun.com/mirror/
yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
sed -i 's+download.docker.com+mirrors.aliyun.com/docker-ce+' /etc/yum.repos.d/docker-ce.repo
yum makecache fast
yum -y install docker-ce

1.5啟動(dòng)docker

systemctl  restart docker && systemctl enable docker

2.docker的配置

2.1要是想要docker能被其他服務(wù)器訪問(wèn)

要是想要docker相互之間通信沒(méi)有問(wèn)題,需要修改內(nèi)核參數(shù),開(kāi)啟包轉(zhuǎn)發(fā)功能,內(nèi)核參數(shù)修改,br_netfilter 模塊用于將橋接流量轉(zhuǎn)發(fā)至iptables鏈,

[root@test3 ~]# modprobe br_netfilter
模塊可以通過(guò)這個(gè)命令看有沒(méi)有開(kāi)啟
[root@test3 ~]# lsmod |grep br_netfilter
br_netfilter           22256  0 
bridge                151336  1 br_netfilter
[root@test3 ~]# cat > /etc/sysctl.d/docker.conf << EOF
> net.bridge.bridge-nf-call-ip6tables = 1
> net.bridge.bridge-nf-call-iptables = 1 
> net.ipv4.ip_forward = 1
> EOF
具體功能如下
Docker 安裝后出現(xiàn):WARNING: bridge-nf-call-iptables is disabled 的解決辦法: 
net.bridge.bridge-nf-call-ip6tables = 1 
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_forward = 1: 
將 Linux 系統(tǒng)作為路由或者 VPN 服務(wù)就必須要開(kāi)啟 IP 轉(zhuǎn)發(fā)功能。當(dāng) linux 主機(jī)有多個(gè)網(wǎng)卡時(shí)一個(gè)網(wǎng)卡收
到的信息是否能夠傳遞給其他的網(wǎng)卡 ,如果設(shè)置成 1 的話 可以進(jìn)行數(shù)據(jù)包轉(zhuǎn)發(fā),可以實(shí)現(xiàn) VxLAN 等功
能。不開(kāi)啟會(huì)導(dǎo)致 docker 部署應(yīng)用無(wú)法訪問(wèn)。
使模塊生效
[root@test3 ~]#  sysctl -p /etc/sysctl.d/docker.conf
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_forward = 1
重啟后模塊失效,下面是開(kāi)機(jī)自動(dòng)加載模塊的腳本 
在/etc/新建 rc.sysinit 文件 
cat /etc/rc.sysinit 
#!/bin/bash 
for file in /etc/sysconfig/modules/*.modules ; do 
[ -x $file ] && $file 
done
cat /etc/sysconfig/modules/br_netfilter.modules 
modprobe br_netfilter 
增加權(quán)限
chmod 755 /etc/sysconfig/modules/br_netfilter.modules
這樣即使重啟也會(huì)加載模塊 

配置阿里云鏡像加速器地址

https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors 

docker鏡像相關(guān)的操作

從dockerhub上查找鏡像
[root@test3 ~]# docker search centos
NAME                               DESCRIPTION                                     STARS     OFFICIAL
centos                             DEPRECATED; The official build of CentOS.       7721      [OK]
kasmweb/centos-7-desktop           CentOS 7 desktop for Kasm Workspaces            43        
bitnami/centos-base-buildpack      Centos base compilation image                   0         
dokken/centos-7                    CentOS 7 image for kitchen-dokken               10        
dokken/centos-8                    CentOS 8 image for kitchen-dokken               6         
spack/centos7                      CentOS 7 with Spack preinstalled                2         
dokken/centos-6                    EOL: CentOS 6 image for kitchen-dokken          0         
atlas/centos7-atlasos              ATLAS CentOS 7 Software Development OS          3         
ustclug/centos                     Official CentOS Image with USTC Mirror          0         
spack/centos6                      CentOS 6 with Spack preinstalled                1         
dokken/centos-stream-8                                                             5         
eclipse/centos_jdk8                CentOS, JDK8, Maven 3, git, curl, nmap, mc, …   5         
dokken/centos-stream-9                                                             10        
corpusops/centos-bare              https://github.com/corpusops/docker-images/     0         
corpusops/centos                   centos corpusops baseimage                      0         
eclipse/centos_go                  Centos + Go                                     0         
spack/centos-stream                                                                2         
fnndsc/centos-python3              Source for a slim Centos-based Python3 image…   0         
eclipse/centos_spring_boot         Spring boot ready image based on CentOS         0         
openmicroscopy/centos-systemd-ip   centos/systemd with iproute, for testing mul…   0         
eclipse/centos                     CentOS based minimal stack with only git and…   1         
eclipse/centos_nodejs              CentOS based nodejs4 stack                      0         
eclipse/centos_vertx               CentOS + vertx                                  0         
eclipse/centos_wildfly_swarm       CentOS, WildFly, Swarm                          0         
dockette/centos                    My Custom CentOS Dockerfiles                    1         
解釋說(shuō)明
NAME: 鏡像倉(cāng)庫(kù)的名稱
DESCRIPTION:鏡像的描述
STARS:類似 github 里面的star,表示點(diǎn)贊,喜歡的意思
OFFICIAL:是否 docker 官方發(fā)布

拉取鏡像

[root@test3 ~]# docker pull centos

查看有哪些鏡像

[root@test3 ~]# docker images
REPOSITORY   TAG       IMAGE ID       CREATED       SIZE
centos       latest    5d0da3dc9764   2 years ago   231MB

把鏡像做成離線壓縮包

[root@test3 ~]# ls
anaconda-ks.cfg
[root@test3 ~]# docker save -o centos.tar.gz centos
[root@test3 ~]# ls
anaconda-ks.cfg  centos.tar.gz

解壓

[root@test3 ~]# docker load -i centos.tar.gz 
Loaded image: centos:latest

刪除鏡像

docker rmi -f centos:latest

容器相關(guān)的操作 以交互式啟動(dòng)并運(yùn)行容器

[root@test3 ~]# docker images
REPOSITORY   TAG       IMAGE ID       CREATED       SIZE
centos       latest    5d0da3dc9764   2 years ago   231MB
[root@test3 ~]# docker run --name=hello -it centos /bin/bash
[root@573ed31d77d8 /]# 
#docker run 運(yùn)行并創(chuàng)建容器
--name 容器的名字
-i 交互式
-t 分配終端
centos:?jiǎn)?dòng)docker 需要的鏡像
bin/bash 說(shuō)明你的shell 類型為bash   bash是一種最常用的shell 是大多數(shù) linux 發(fā)行版默認(rèn)的shell 此外還有 c shell 等其他的shell
#在起一個(gè)終端看一下   docker ps 是查看正在運(yùn)行的容器
[root@test3 ~]# docker ps
CONTAINER ID   IMAGE     COMMAND       CREATED         STATUS         PORTS     NAMES
573ed31d77d8   centos    "/bin/bash"   6 seconds ago   Up 5 seconds             hello
CONTAINER ID:容器的id
 IMAGE:容器使用的鏡像
 COMMAND:容器運(yùn)行的命令
 STATUS:容器啟動(dòng)的時(shí)間
  PORTS : 容器的名字
#以守護(hù)式進(jìn)程方式啟動(dòng)容器
[root@test3 ~]# docker run --name=hello1 -itd centos /bin/bash
ae2fe03e778aa2fbd0b9ba2ac412ff3b2f17eaf04772028e1ab4670fd9bdd7fe
d 表示后臺(tái)運(yùn)行
#進(jìn)入hello1的容器
[root@test3 ~]# docker exec -it hello1 /bin/bash
[root@ae2fe03e778a /]# 
#我們退出會(huì)發(fā)現(xiàn) 容器他依然運(yùn)行
[root@test3 ~]# docker exec -it hello1 /bin/bash
[root@ae2fe03e778a /]# exit
exit
[root@test3 ~]# docker ps
CONTAINER ID   IMAGE     COMMAND       CREATED         STATUS         PORTS     NAMES
ae2fe03e778a   centos    "/bin/bash"   3 minutes ago   Up 3 minutes             hello1
[root@test3 ~]# 
docker ps 會(huì)列出正在運(yùn)行的容器
docker ps -a 會(huì)列出正在運(yùn)行的和已經(jīng)停止的容器全部都列出來(lái)
#查看容器日志
[root@test3 ~]# docker logs hello1
[root@test3 ~]# 
運(yùn)行和停止容器
[root@test3 ~]# docker stop hello1
hello1
[root@test3 ~]# docker ps
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
[root@test3 ~]# docker ps -a
CONTAINER ID   IMAGE     COMMAND       CREATED          STATUS                     PORTS     NAMES
ae2fe03e778a   centos    "/bin/bash"   7 minutes ago    Exited (0) 8 seconds ago             hello1
573ed31d77d8   centos    "/bin/bash"   26 minutes ago   Exited (0) 8 minutes ago             hello
[root@test3 ~]# docker start hello1
hello1
[root@test3 ~]# docker ps
CONTAINER ID   IMAGE     COMMAND       CREATED         STATUS         PORTS     NAMES
ae2fe03e778a   centos    "/bin/bash"   8 minutes ago   Up 2 seconds             hello1
[root@test3 ~]# docker rm -f hello
hello
[root@test3 ~]# docker ps -a
CONTAINER ID   IMAGE     COMMAND       CREATED         STATUS          PORTS     NAMES
ae2fe03e778a   centos    "/bin/bash"   8 minutes ago   Up 48 seconds             hello1

docker部署nginx

[root@test3 ~]# docker run --name nginx -p 80 -itd centos
3bd4aa598dd007dc8aba6f43f67d9bd5610e885b724910679edb2694325c8a78
-p 把容器斷端口 隨機(jī)在物理機(jī)映射一個(gè)端口
#進(jìn)入容器
[root@test3 ~]# docker exec -it nginx /bin/bash
[root@3bd4aa598dd0 /]# 
#此時(shí)安裝你會(huì)發(fā)現(xiàn)他會(huì)報(bào)錯(cuò)
[root@3bd4aa598dd0 /]# yum install wget
Failed to set locale, defaulting to C.UTF-8
CentOS Linux 8 - AppStream                                                                                                                                                         78  B/s |  38  B     00:00    
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
[root@3bd4aa598dd0 /]# 
#解決,刪除/etc/yum.repos.d/所有文件,把阿里云的鏡像重寫(xiě)進(jìn)去
[root@3bd4aa598dd0 /]# rm -rf /etc/yum.repos.d/* 
[root@3bd4aa598dd0 yum.repos.d]# curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2495  100  2495    0     0  25202      0 --:--:-- --:--:-- --:--:-- 25202
#此時(shí)下載就可以了
[root@3bd4aa598dd0 yum.repos.d]# yum install nginx vim -y
Failed to set locale, defaulting to C.UTF-8
CentOS-8.5.2111 - Base - mirrors.aliyun.com                                                                                                                                       1.2 MB/s | 4.6 MB     00:03    
CentOS-8.5.2111 - Extras - mirrors.aliyun.com                                                                                                                                      64 kB/s |  10 kB     00:00    
CentOS-8.5.2111 - AppStream - mirrors.aliyun.com                                                                                                                                  2.1 MB/s | 8.4 MB     00:04    
Dependencies resolved.
==================================================================================================================================================================================================================
 Package                                                  Architecture                        Version                                                                Repository                              Size
==================================================================================================================================================================================================================
Installing:
 nginx                                                    x86_64                              1:1.14.1-9.module_el8.0.0+184+e34fea82                                 AppStream                              570 k
Upgrading:
#在容器里更改配置文件,重啟nginx
[root@3bd4aa598dd0 yum.repos.d]# echo 'docker is nginx' > /usr/share/nginx/html/index.html 
[root@3bd4aa598dd0 yum.repos.d]# /usr/sbin/nginx          
#在宿主機(jī)上通過(guò) docker ps 可以查看把容器的 80 端口映射到宿主機(jī)的那個(gè)端口上,可以看出映射到宿主機(jī)的32768端口
[root@test3 ~]# docker ps
CONTAINER ID   IMAGE     COMMAND       CREATED        STATUS        PORTS                                     NAMES
3bd4aa598dd0   centos    "/bin/bash"   23 hours ago   Up 23 hours   0.0.0.0:32768->80/tcp, :::32768->80/tcp   nginx
#訪問(wèn)測(cè)試,或者直接請(qǐng)求容器的ip也行
[root@test3 ~]# curl 127.0.0.1:32768
docker is nginx
[root@test3 ~]# curl 172.17.0.3
docker is nginx
#流量走向
訪問(wèn)物理節(jié)點(diǎn)ip:port(容器在物理節(jié)點(diǎn)映射的端口) ——>   容器 ip:port (容器里部署的服務(wù)器端口) ——> 就可以訪問(wèn)到容器里部署的應(yīng)用了

直接運(yùn)行nginx

[root@test3 ~]# docker pull nginx 
Using default tag: latest
latest: Pulling from library/nginx
a2abf6c4d29d: Pull complete 
a9edb18cadd1: Pull complete 
589b7251471a: Pull complete 
186b1aaa4aa6: Pull complete 
b4df32aa5a72: Pull complete 
a0bcbecc962e: Pull complete 
Digest: sha256:0d17b565c37bcbd895e9d92315a05c1c3c9a29f762b011a10c54a66cd53c9b31
Status: Downloaded newer image for nginx:latest
docker.io/library/nginx:latest
#運(yùn)行nginx
[root@test3 ~]# docker run -d -p 28877:80 nginx
0c0313595bf4632610ae2692a7d8b1efd6321b996c61209d0e8e9f9493881a92
 -p 28877:80 將宿主機(jī)的 28877端口映射到容器的80端口上
指定版本
 # 查詢centos鏡像版本,也可以在瀏覽器上訪問(wèn),看看有哪些版本
curl -s https://registry.hub.docker.com/v1/repositories/centos/tags  |   jq
# 領(lǐng)導(dǎo)讓你 基于mysql5.7 部署個(gè)鏡像
curl -s https://registry.hub.docker.com/v1/repositories/mysql/tags  |   jq
#查看容器ip
[root@test3 ~]# docker inspect nginx|grep IPAddress
            "SecondaryIPAddresses": null,
            "IPAddress": "172.17.0.3",
                    "IPAddress": "172.17.0.3",

對(duì)外訪問(wèn)nginx1.19.7,直接訪問(wèn)宿主機(jī)的80端口就能看到nginx

[root@test3 ~]# docker pull nginx:1.19.7
1.19.7: Pulling from library/nginx
45b42c59be33: Pull complete 
8acc495f1d91: Pull complete 
ec3bd7de90d7: Pull complete 
19e2441aeeab: Pull complete 
f5a38c5f8d4e: Pull complete 
83500d851118: Pull complete 
Digest: sha256:f3693fe50d5b1df1ecd315d54813a77afd56b0245a404055a946574deb6b34fc
Status: Downloaded newer image for nginx:1.19.7
docker.io/library/nginx:1.19.7
[root@test3 ~]# docker images
REPOSITORY   TAG       IMAGE ID       CREATED       SIZE
nginx        latest    605c77e624dd   2 years ago   141MB
centos       latest    5d0da3dc9764   2 years ago   231MB
nginx        1.19.7    35c43ace9216   3 years ago   133MB
[root@test3 ~]# netstat -tunlp|grep 80
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      6937/nginx: master  
[root@test3 ~]# systemctl stop nginx
[root@test3 ~]# netstat -tunlp|grep 80
[root@test3 ~]# docker run -d -p 80:80 35c43ace9216
474c65449759c39c108f020bbe54c37f781620b9968f22f0896427dc597a3585
#批量停止正在運(yùn)行中的容器
[root@test3 ~]# docker ps -q
474c65449759
0c0313595bf4
3bd4aa598dd0
[root@test3 ~]# docker stop $(docker ps -q)
474c65449759
0c0313595bf4
3bd4aa598dd0

docker創(chuàng)建鏡像

[root@test3 ~]# docker ps -a
CONTAINER ID   IMAGE          COMMAND                  CREATED      STATUS                  PORTS     NAMES
474c65449759   35c43ace9216   "/docker-entrypoint.…"   2 days ago   Exited (0) 2 days ago             flamboyant_agnesi
0c0313595bf4   nginx          "/docker-entrypoint.…"   4 days ago   Exited (0) 2 days ago             gifted_pasteur
3bd4aa598dd0   centos         "/bin/bash"              5 days ago   Exited (0) 2 days ago             nginx
[root@test3 ~]# docker --help|grep comm
  exec        Execute a command in a running container
  commit      Create a new image from a container's changes
Run 'docker COMMAND --help' for more information on a command.
[root@test3 ~]# docker commit 3bd linux0224.cc
sha256:b8dad6dbee789f541fb34736ee4f55708f9685a7dcec3c45ce7340f7d3d70bea
[root@test3 ~]# docker images
REPOSITORY     TAG       IMAGE ID       CREATED          SIZE
linux0224.cc   latest    b8dad6dbee78   26 seconds ago   368MB
nginx          latest    605c77e624dd   2 years ago      141MB
centos         latest    5d0da3dc9764   2 years ago      231MB
nginx          1.19.7    35c43ace9216   3 years ago      133MB
[root@test3 ~]# docker image ls
REPOSITORY     TAG       IMAGE ID       CREATED          SIZE
linux0224.cc   latest    b8dad6dbee78   42 seconds ago   368MB
nginx          latest    605c77e624dd   2 years ago      141MB
centos         latest    5d0da3dc9764   2 years ago      231MB
nginx          1.19.7    35c43ace9216   3 years ago      133MB
[root@test3 ~]# docker run -it linux0224.cc bash
[root@bc873f3b5d4f /]#

到此這篇關(guān)于docker的安裝以及docker中nginx配置的文章就介紹到這了,更多相關(guān)docker nginx配置內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

相關(guān)文章

  • Docker+nacos+seata1.3.0安裝與使用配置教程

    Docker+nacos+seata1.3.0安裝與使用配置教程

    這篇文章主要介紹了Docker+nacos+seata1.3.0安裝與使用配置教程,本文給大家介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友可以參考下
    2021-07-07
  • Docker?環(huán)境?Nacos2?MySQL8的詳細(xì)操作

    Docker?環(huán)境?Nacos2?MySQL8的詳細(xì)操作

    本文介紹?docker?環(huán)境下安裝并單機(jī)運(yùn)行?Nacos2,使用?docker?環(huán)境下的?MySQL?8?存儲(chǔ)數(shù)據(jù)?,對(duì)Docker?環(huán)境?Nacos2?MySQL8相關(guān)知識(shí)感興趣的朋友跟隨小編一起看看吧
    2022-09-09
  • docker安裝elastic?search的詳細(xì)過(guò)程

    docker安裝elastic?search的詳細(xì)過(guò)程

    這篇文章主要介紹了docker安裝elastic?search的相關(guān)知識(shí),本文給大家介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友可以參考下
    2022-06-06
  • Docker構(gòu)建kubectl鏡像的實(shí)現(xiàn)步驟

    Docker構(gòu)建kubectl鏡像的實(shí)現(xiàn)步驟

    這篇文章主要介紹了Docker構(gòu)建kubectl鏡像的實(shí)現(xiàn)步驟,文中通過(guò)示例代碼介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)學(xué)習(xí)吧
    2021-01-01
  • Docker網(wǎng)絡(luò)及容器通信原理詳解

    Docker網(wǎng)絡(luò)及容器通信原理詳解

    這篇文章主要介紹了Docker網(wǎng)絡(luò)及容器通信原理詳解的相關(guān)資料,并通過(guò)啟動(dòng)幾個(gè)容器來(lái)探究Docker網(wǎng)絡(luò)及容器通信,需要的朋友可以參考下
    2022-11-11
  • Docker安裝Maven私服Nexus3的實(shí)現(xiàn)步驟

    Docker安裝Maven私服Nexus3的實(shí)現(xiàn)步驟

    本文主要介紹了Docker安裝Maven私服Nexus3的實(shí)現(xiàn)步驟,可以幫助開(kāi)發(fā)者搭建高效的依賴管理和分發(fā)環(huán)境,具有一定的參考價(jià)值,感興趣的可以了解一下
    2025-12-12
  • docker安裝MinIO全過(guò)程

    docker安裝MinIO全過(guò)程

    Minio是一個(gè)高性能的面向?qū)ο蟠鎯?chǔ)服務(wù),使用Go語(yǔ)言編寫(xiě),支持跨平臺(tái),本文介紹了如何使用Docker安裝Minio,并通過(guò)配置用戶名密碼、創(chuàng)建Bucket和上傳圖片進(jìn)行簡(jiǎn)單的存儲(chǔ)操作
    2024-12-12
  • Docker容器輸入漢字觸發(fā)自動(dòng)補(bǔ)全問(wèn)題

    Docker容器輸入漢字觸發(fā)自動(dòng)補(bǔ)全問(wèn)題

    Linux系統(tǒng)中,當(dāng)終端出現(xiàn)中文亂碼通常是由于缺少中文字符集和字體,安裝中文字體和設(shè)置合適的字符集zh_CN.utf8,可以有效解決這一問(wèn)題,首先,通過(guò)查看系統(tǒng)支持的字符集了解是否支持中文,然后安裝相應(yīng)字符集,其次,查看并設(shè)置當(dāng)前系統(tǒng)字符集
    2024-10-10
  • 如何使用Docker恢復(fù)Mysql8備份的Data數(shù)據(jù)

    如何使用Docker恢復(fù)Mysql8備份的Data數(shù)據(jù)

    這篇文章主要介紹了使用Docker恢復(fù)Mysql8備份的Data數(shù)據(jù),下面小編給大家講解下操作方法,對(duì)Docker恢復(fù)Mysql數(shù)據(jù)備份相關(guān)知識(shí)感興趣的朋友跟隨小編一起看看吧
    2022-11-11
  • docker swarm 集群創(chuàng)建過(guò)程

    docker swarm 集群創(chuàng)建過(guò)程

    通過(guò)docker swarm 工具將一臺(tái)或者多臺(tái)安裝了docker的服務(wù)器組成一個(gè)完整的集群,該集群中的node節(jié)點(diǎn)可以通過(guò)Leader節(jié)點(diǎn)管理,這篇文章主要介紹了docker swarm 集群創(chuàng)建,需要的朋友可以參考下
    2024-03-03

最新評(píng)論

若羌县| 高雄市| 高安市| 湟源县| 仁化县| 定结县| 张家口市| 天长市| 澄迈县| 眉山市| 安宁市| 永福县| 巩义市| 格尔木市| 江津市| 婺源县| 句容市| 尉氏县| 塔城市| 阜宁县| 彩票| 呈贡县| 高台县| 钟山县| 稻城县| 江阴市| 政和县| 英吉沙县| 临邑县| 曲麻莱县| 临潭县| 太仆寺旗| 滕州市| 石首市| 秭归县| 鄂州市| 井研县| 湛江市| 丹阳市| 元谋县| 贵溪市|