国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Redhat7.9上安裝Docker

這篇具有很好參考價(jià)值的文章主要介紹了Redhat7.9上安裝Docker。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

Redhat7.9上安裝Docker

一、linux環(huán)境說(shuō)明

Red Hat Enterprise Linux 7.9 下載后(見(jiàn)參考1),vmware安裝虛擬機(jī)

[root@localhost /]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo)
[root@localhost /]#  cat /proc/version
Linux version 3.10.0-1160.el7.x86_64 (mockbuild@x86-vm-26.build.eng.bos.redhat.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ) #1 SMP Tue Aug 18 14:50:17 EDT 2020

二、離線安裝docker

step1:Uninstall old versions 卸載老版本

yum remove docker \
            docker-client \
            docker-client-latest \
            docker-common \
            docker-latest \
            docker-latest-logrotate \
            docker-logrotate \
            docker-engine

step2:離線安裝docker相關(guān)組件

如果在線安裝latest版本命令為:yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

前往網(wǎng)址https://download.docker.com/linux/centos/7/x86_64/stable/Packages/下載相應(yīng)的rpm包,并將相關(guān)rpm包放置在指定文件夾下,如/opt/findig/PYTHON/docker-rpm/

cd /opt/findig/PYTHON/docker-rpm/

yum install docker-ce-rootless-extras-23.0.3-1.el7.x86_64.rpm docker-ce-23.0.3-1.el7.x86_64.rpm docker-ce-cli-23.0.3-1.el7.x86_64.rpm containerd.io-1.6.9-3.1.el7.x86_64.rpm docker-buildx-plugin-0.10.4-1.el7.x86_64.rpm docker-compose-plugin-2.6.0-3.el7.x86_64.rpm

#docker-ce-rootless-extras-23.0.3-1.el7.x86_64.rpm 是由于安裝報(bào)錯(cuò)Error: Package: 3:docker-ce-23.0.3-1.el7.x86_64 (/docker-ce-23.0.3-1.el7.x86_64),Requires: docker-ce-rootless-extras
#安裝時(shí)顯示需要依賴其他的yum包,但是內(nèi)網(wǎng)是非在線環(huán)境,不定能yum這些包,因此這個(gè)問(wèn)題后續(xù)需要繼續(xù)留意。on todo list

yum install docker-ce-rootless-extras-23.0.3-1.el7.x86_64.rpm docker-ce-23.0.3-1.el7.x86_64.rpm docker-ce-cli-23.0.3-1.el7.x86_64.rpm containerd.io-1.6.9-3.1.el7.x86_64.rpm docker-buildx-plugin-0.10.4-1.el7.x86_64.rpm docker-compose-plugin-2.6.0-3.el7.x86_64.rpm
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Repository base is listed more than once in the configuration
Examining docker-ce-rootless-extras-23.0.3-1.el7.x86_64.rpm: docker-ce-rootless-extras-23.0.3-1.el7.x86_64
Marking docker-ce-rootless-extras-23.0.3-1.el7.x86_64.rpm to be installed
Examining docker-ce-23.0.3-1.el7.x86_64.rpm: 3:docker-ce-23.0.3-1.el7.x86_64
Marking docker-ce-23.0.3-1.el7.x86_64.rpm to be installed
Examining docker-ce-cli-23.0.3-1.el7.x86_64.rpm: 1:docker-ce-cli-23.0.3-1.el7.x86_64
Marking docker-ce-cli-23.0.3-1.el7.x86_64.rpm to be installed
Examining containerd.io-1.6.9-3.1.el7.x86_64.rpm: containerd.io-1.6.9-3.1.el7.x86_64
Marking containerd.io-1.6.9-3.1.el7.x86_64.rpm to be installed
Examining docker-buildx-plugin-0.10.4-1.el7.x86_64.rpm: docker-buildx-plugin-0.10.4-1.el7.x86_64
Marking docker-buildx-plugin-0.10.4-1.el7.x86_64.rpm to be installed
Examining docker-compose-plugin-2.6.0-3.el7.x86_64.rpm: docker-compose-plugin-2.6.0-3.el7.x86_64
Marking docker-compose-plugin-2.6.0-3.el7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package containerd.io.x86_64 0:1.6.9-3.1.el7 will be installed
--> Processing Dependency: container-selinux >= 2:2.74 for package: containerd.io-1.6.9-3.1.el7.x86_64
Loading mirror speeds from cached hostfile
 * elrepo: mirrors.tuna.tsinghua.edu.cn
---> Package docker-buildx-plugin.x86_64 0:0.10.4-1.el7 will be installed
---> Package docker-ce.x86_64 3:23.0.3-1.el7 will be installed
---> Package docker-ce-cli.x86_64 1:23.0.3-1.el7 will be installed
---> Package docker-ce-rootless-extras.x86_64 0:23.0.3-1.el7 will be installed
--> Processing Dependency: fuse-overlayfs >= 0.7 for package: docker-ce-rootless-extras-23.0.3-1.el7.x86_64
--> Processing Dependency: slirp4netns >= 0.4 for package: docker-ce-rootless-extras-23.0.3-1.el7.x86_64
---> Package docker-compose-plugin.x86_64 0:2.6.0-3.el7 will be installed
--> Running transaction check
---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed
---> Package fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 will be installed
--> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
--> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
--> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
---> Package slirp4netns.x86_64 0:0.4.3-4.el7_8 will be installed
--> Running transaction check
---> Package fuse3-libs.x86_64 0:3.6.1-4.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
 Package                Arch   Version         Repository                                      Size
====================================================================================================
Installing:
 containerd.io          x86_64 1.6.9-3.1.el7   /containerd.io-1.6.9-3.1.el7.x86_64            112 M
 docker-buildx-plugin   x86_64 0.10.4-1.el7    /docker-buildx-plugin-0.10.4-1.el7.x86_64       53 M
 docker-ce              x86_64 3:23.0.3-1.el7  /docker-ce-23.0.3-1.el7.x86_64                  94 M
 docker-ce-cli          x86_64 1:23.0.3-1.el7  /docker-ce-cli-23.0.3-1.el7.x86_64              34 M
 docker-ce-rootless-extras
                        x86_64 23.0.3-1.el7    /docker-ce-rootless-extras-23.0.3-1.el7.x86_64  19 M
 docker-compose-plugin  x86_64 2.6.0-3.el7     /docker-compose-plugin-2.6.0-3.el7.x86_64       25 M
Installing for dependencies:
 container-selinux      noarch 2:2.119.2-1.911c772.el7_8
                                               extras                                          40 k
 fuse-overlayfs         x86_64 0.7.2-6.el7_8   extras                                          54 k
 fuse3-libs             x86_64 3.6.1-4.el7     extras                                          82 k
 slirp4netns            x86_64 0.4.3-4.el7_8   extras                                          81 k

Transaction Summary
====================================================================================================
Install  6 Packages (+4 Dependent packages)

Total size: 338 M
Total download size: 218 k
Installed size: 339 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/3): fuse-overlayfs-0.7.2-6.el7_8.x86_64.rpm                               |  54 kB  00:00:02
(2/3): slirp4netns-0.4.3-4.el7_8.x86_64.rpm                                  |  81 kB  00:00:00
(3/3): fuse3-libs-3.6.1-4.el7.x86_64.rpm                                     |  82 kB  00:00:02
----------------------------------------------------------------------------------------------------
Total                                                                79 kB/s | 218 kB  00:00:02
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch                              1/10
  Installing : containerd.io-1.6.9-3.1.el7.x86_64                                              2/10
  Installing : docker-compose-plugin-2.6.0-3.el7.x86_64                                        3/10
  Installing : slirp4netns-0.4.3-4.el7_8.x86_64                                                4/10
  Installing : docker-buildx-plugin-0.10.4-1.el7.x86_64                                        5/10
  Installing : 1:docker-ce-cli-23.0.3-1.el7.x86_64                                             6/10
  Installing : fuse3-libs-3.6.1-4.el7.x86_64                                                   7/10
  Installing : fuse-overlayfs-0.7.2-6.el7_8.x86_64                                             8/10
  Installing : docker-ce-rootless-extras-23.0.3-1.el7.x86_64                                   9/10
  Installing : 3:docker-ce-23.0.3-1.el7.x86_64                                                10/10
  Verifying  : containerd.io-1.6.9-3.1.el7.x86_64                                              1/10
  Verifying  : fuse3-libs-3.6.1-4.el7.x86_64                                                   2/10
  Verifying  : 1:docker-ce-cli-23.0.3-1.el7.x86_64                                             3/10
  Verifying  : fuse-overlayfs-0.7.2-6.el7_8.x86_64                                             4/10
  Verifying  : docker-ce-rootless-extras-23.0.3-1.el7.x86_64                                   5/10
  Verifying  : docker-buildx-plugin-0.10.4-1.el7.x86_64                                        6/10
  Verifying  : 3:docker-ce-23.0.3-1.el7.x86_64                                                 7/10
  Verifying  : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch                              8/10
  Verifying  : slirp4netns-0.4.3-4.el7_8.x86_64                                                9/10
  Verifying  : docker-compose-plugin-2.6.0-3.el7.x86_64                                       10/10

Installed:
  containerd.io.x86_64 0:1.6.9-3.1.el7                docker-buildx-plugin.x86_64 0:0.10.4-1.el7
  docker-ce.x86_64 3:23.0.3-1.el7                     docker-ce-cli.x86_64 1:23.0.3-1.el7
  docker-ce-rootless-extras.x86_64 0:23.0.3-1.el7     docker-compose-plugin.x86_64 0:2.6.0-3.el7

Dependency Installed:
  container-selinux.noarch 2:2.119.2-1.911c772.el7_8      fuse-overlayfs.x86_64 0:0.7.2-6.el7_8
  fuse3-libs.x86_64 0:3.6.1-4.el7                         slirp4netns.x86_64 0:0.4.3-4.el7_8

Complete!

step3:?jiǎn)?dòng)docker服務(wù)

systemctl start docker
step4:檢查docker服務(wù)啟動(dòng)情況
docker run hello-world 
# Unable to find image 'hello-world:latest' locally,可用下面的語(yǔ)句驗(yàn)證
docker ps  
#CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
docker images 
#REPOSITORY   TAG       IMAGE ID   CREATED   SIZE
systemctl status docker
whereis docker
# docker ps | docker images  | systemctl status docker | whereis docker 有結(jié)果后表示安裝正常

[root@localhost docker-rpm]# whereis docker
docker: /usr/bin/docker /etc/docker /usr/libexec/docker /usr/share/man/man1/docker.1.gz
[root@localhost docker-rpm]# systemctl status docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
   Active: active (running) since Mon 2023-04-10 04:25:46 PDT; 2min 34s ago
     Docs: https://docs.docker.com
 Main PID: 92125 (dockerd)
    Tasks: 7
   Memory: 31.5M
   CGroup: /system.slice/docker.service
           └─92125 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock

Apr 10 04:25:45 localhost.localdomain dockerd[92125]: time="2023-04-10T04:25:45.230522695-07:00.
Apr 10 04:25:46 localhost.localdomain dockerd[92125]: time="2023-04-10T04:25:46.321515837-07:00.
Apr 10 04:25:46 localhost.localdomain dockerd[92125]: time="2023-04-10T04:25:46.487530628-07:00.
Apr 10 04:25:46 localhost.localdomain dockerd[92125]: time="2023-04-10T04:25:46.563220401-07:00.
Apr 10 04:25:46 localhost.localdomain dockerd[92125]: time="2023-04-10T04:25:46.585376472-07:00.
Apr 10 04:25:46 localhost.localdomain dockerd[92125]: time="2023-04-10T04:25:46.585494949-07:00.
Apr 10 04:25:46 localhost.localdomain systemd[1]: Started Docker Application Container Engine.
Apr 10 04:25:46 localhost.localdomain dockerd[92125]: time="2023-04-10T04:25:46.600629950-07:00.
Apr 10 04:25:46 localhost.localdomain dockerd[92125]: time="2023-04-10T04:25:46.609774794-07:00.
Apr 10 04:27:21 localhost.localdomain dockerd[92125]: time="2023-04-10T04:27:21.355834152-07:00.
Hint: Some lines were ellipsized, use -l to show in full.

step5:用image驗(yàn)證
待補(bǔ)充

參考

1、https://cloud.tencent.com/developer/article/2080004 Red Hat Enterprise Linux 7.9 下載

2、https://blog.csdn.net/lyqhf153/article/details/79585976 在Redhat/CentOS上安裝Docker

3、https://docs.docker.com/engine/install/centos/ Install Docker Engine on CentOS :官網(wǎng)!文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-712631.html

到了這里,關(guān)于Redhat7.9上安裝Docker的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • centos7/redhat7創(chuàng)建私有云(owncloud)

    centos7/redhat7創(chuàng)建私有云(owncloud)

    ? ? 大家好,這里是centos7/redhat7私有云搭建教程? ? ? 提到云,大家的第一印象是不是這樣的: ?或者是這樣的: ?但是,這里要講的是這樣的: ?云計(jì)算: 首先了解以下分布式文件系統(tǒng)云計(jì)算部署模式 云計(jì)算的部署模式 1)公有云:面向大眾的 優(yōu)點(diǎn):便宜 缺點(diǎn):不安全

    2023年04月19日
    瀏覽(19)
  • redhat7多種服務(wù)配置(Telnet/VNC/FTP/HTTP/Samba)

    redhat7多種服務(wù)配置(Telnet/VNC/FTP/HTTP/Samba)

    老師布置的作業(yè),然后就是配置成功了,像重新配置一遍,也對(duì)此總結(jié)一下. 假設(shè)我們一直把yum配置好了,那接下來(lái)就一起操作吧.(需要連接網(wǎng)絡(luò)) 轉(zhuǎn)載請(qǐng)注明出處,尊重作者勞動(dòng)成果 前言: 目前幾個(gè)基礎(chǔ)的問(wèn)題。 事先聲明,fengxizeyou是我的普通用戶名稱??吹竭@個(gè)是要對(duì)應(yīng)自己

    2024年02月06日
    瀏覽(22)
  • Redhat7/CentOS7 網(wǎng)絡(luò)配置與管理(nmtui、nmcli、GNOME GUI、ifcfg文件、IP命令)

    Redhat7/CentOS7 網(wǎng)絡(luò)配置與管理(nmtui、nmcli、GNOME GUI、ifcfg文件、IP命令)

    背景:作為系統(tǒng)管理員,需要經(jīng)常處理主機(jī)網(wǎng)絡(luò)問(wèn)題,而配置與管理網(wǎng)絡(luò)的方法和工具也有好幾種,這里整理分享一下網(wǎng)絡(luò)配置與管理的幾種方式。 在 Red Hat Enterprise Linux 7 中,默認(rèn)網(wǎng)絡(luò)服務(wù)由 NetworkManager 提供,后者是一個(gè)動(dòng)態(tài)網(wǎng)絡(luò)控制和配置守護(hù)進(jìn)程,在網(wǎng)絡(luò)設(shè)備和連接可

    2024年02月03日
    瀏覽(21)
  • 【大數(shù)據(jù)開發(fā)運(yùn)維解決方案】超級(jí)詳細(xì)的VMware16安裝Redhat8&掛載鏡像配置本地yum源&安裝unixODBC教程

    【大數(shù)據(jù)開發(fā)運(yùn)維解決方案】超級(jí)詳細(xì)的VMware16安裝Redhat8&掛載鏡像配置本地yum源&安裝unixODBC教程

    今兒同事反饋在Informatica對(duì)接達(dá)夢(mèng)數(shù)據(jù)庫(kù)的過(guò)程中,需要安裝ODBC,官方推薦的是ODBC2.3.0,同事使用的操作系統(tǒng)環(huán)境為redhat8.6,其在 ./configure 編譯ODBC過(guò)程中出現(xiàn)問(wèn)題,一波操作后安裝失敗,博主簡(jiǎn)單分析錯(cuò)誤日志后發(fā)現(xiàn)編譯過(guò)程中需要安裝并更新一些gcc編譯器,他使用的服務(wù)器

    2024年02月03日
    瀏覽(37)
  • RHEL 9(RedHat)阿里云鏡像源安裝配置Docker——【手把手圖文解說(shuō)】

    RHEL 9(RedHat)阿里云鏡像源安裝配置Docker——【手把手圖文解說(shuō)】

    目錄 1.安裝yum工具包 2.配置阿里云Docker鏡像源 3.安裝Docker 4.啟動(dòng)Docker服務(wù) 5.設(shè)置開機(jī)自啟動(dòng) 6.查看Docker是否啟動(dòng) 7.配置阿里云鏡像倉(cāng)庫(kù) 顯示“active(running)”,Docker安裝并啟動(dòng)成功 7.1 配置阿里云鏡像倉(cāng)庫(kù)地址 7.2 重新加載守護(hù)進(jìn)程 7.3 重啟Docker服務(wù) 7.4 拉取并運(yùn)行hello-world鏡像

    2024年02月01日
    瀏覽(61)
  • Red Hat Enterprise Linux (RHEL) 6.4 安裝、redhat6.4安裝

    Red Hat Enterprise Linux (RHEL) 6.4 安裝、redhat6.4安裝

    Red Hat Enterprise Linux (RHEL) 6.4 DVD ISO 迅雷下載地址http://rhel.ieesee.net/uingei/rhel-server-6.4-x86_64-dvd.iso 選擇第一個(gè)安裝 Skip跳過(guò)檢查 語(yǔ)言選擇簡(jiǎn)體中文 鍵盤選擇默認(rèn) ? 選擇基本存儲(chǔ)設(shè)備 ? ?忽略所有數(shù)據(jù) ?設(shè)置root密碼 ? ?創(chuàng)建自定義布局 ?點(diǎn)擊“創(chuàng)建”安裝,創(chuàng)建分區(qū) 分別創(chuàng)建 /

    2024年02月11日
    瀏覽(33)
  • RedHat Enterprise Linux 9 64 安裝、配置靜態(tài)IP及遠(yuǎn)程連接

    RedHat Enterprise Linux 9 64 安裝、配置靜態(tài)IP及遠(yuǎn)程連接

    Red Hat Enterprise Linux (RHEL) 是一款由Red Hat公司開發(fā)和維護(hù)的企業(yè)級(jí)Linux發(fā)行版。作為領(lǐng)先的企業(yè)級(jí)Linux解決方案之一,RHEL 提供了高度可靠、安全、可擴(kuò)展和高性能的操作系統(tǒng)環(huán)境,適用于各種企業(yè)工作負(fù)載和應(yīng)用場(chǎng)景。以下是關(guān)于Red Hat Enterprise Linux 的簡(jiǎn)介: 可靠性和穩(wěn)定性:

    2024年03月12日
    瀏覽(30)
  • redhat linux 8 安裝 阿里云centos-8 yum源(網(wǎng)絡(luò)yum源配置)

    1、起因: 使用redhat自帶鏡像yum源安裝軟件時(shí),報(bào)錯(cuò):unable to read consumer identity。這個(gè)提示告訴我們,yum沒(méi)有讀取到你的用戶id。如果你想使用redhat同步不想花費(fèi)幾千元注冊(cè)系統(tǒng),就可以使用centos的yum源來(lái)代替。 2、centos-8 yum網(wǎng)絡(luò)源配置 ????????2.1、訪問(wèn)阿里云鏡像站,下載

    2024年01月18日
    瀏覽(26)
  • 【運(yùn)維知識(shí)大神篇】運(yùn)維人必學(xué)的Docker教程1(Docker安裝部署+Docker鏡像管理+容器管理常用命令+搭建docker的本地yum源+windows系統(tǒng)安裝docker環(huán)境)

    【運(yùn)維知識(shí)大神篇】運(yùn)維人必學(xué)的Docker教程1(Docker安裝部署+Docker鏡像管理+容器管理常用命令+搭建docker的本地yum源+windows系統(tǒng)安裝docker環(huán)境)

    本篇文章開始給大家介紹Docker,這個(gè)是我非常喜歡的一個(gè)服務(wù),介紹給大家,希望大家也能喜歡! 目錄 何為容器 Docker環(huán)境安裝部署 一、yum安裝(CentOS7.9) 二、rpm包安裝(CentOS) 三、卸載docker環(huán)境 四、安裝指定的docker版本 五、Ubuntu安裝docker環(huán)境 六、使用deb安裝docker 七、

    2024年01月18日
    瀏覽(105)
  • 【運(yùn)維知識(shí)大神篇】運(yùn)維人必學(xué)的Docker教程6(Docker-Compose使用詳解+Linux特性管理+macvlan技術(shù)+consul實(shí)現(xiàn)大規(guī)??缰鳈C(jī)通信overlay+私有倉(cāng)庫(kù)harbor)

    【運(yùn)維知識(shí)大神篇】運(yùn)維人必學(xué)的Docker教程6(Docker-Compose使用詳解+Linux特性管理+macvlan技術(shù)+consul實(shí)現(xiàn)大規(guī)??缰鳈C(jī)通信overlay+私有倉(cāng)庫(kù)harbor)

    本篇文章繼續(xù)給大家介紹Docker的有關(guān)內(nèi)容,包括docker啟動(dòng)特權(quán)容器及利用特權(quán)修改內(nèi)核參數(shù),Attach和Exec區(qū)別,Docker-compose使用詳解,Linux特性管理,macvlan技術(shù)實(shí)現(xiàn)docker跨主機(jī)通信,使用consul工具實(shí)現(xiàn)大規(guī)??缰鳈C(jī)通信overlay(基于vxlan實(shí)現(xiàn)),Docker相關(guān)參數(shù)說(shuō)明,測(cè)試使用的

    2024年02月20日
    瀏覽(28)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包