当前位置: 首页 > news >正文

做sorry动图的网站seo优化的方法

做sorry动图的网站,seo优化的方法,wordpress 加速优化,做网站的用多少钱docker的多架构镜像构建 目前很多服务器都是基于arm架构的,而现在大多数的docker镜像都是基于x86架构的。一种情况就是同样的代码编译成业务包做成镜像需要部署在不同架构的服务器上,这个时候我们就可以使用docker的多平台构建了。 以下操作是在centos7.…

docker的多架构镜像构建
目前很多服务器都是基于arm架构的,而现在大多数的docker镜像都是基于x86架构的。一种情况就是同样的代码编译成业务包做成镜像需要部署在不同架构的服务器上,这个时候我们就可以使用docker的多平台构建了。
以下操作是在centos7.9系统上完成(x86_64位)
注意要使用docker的多架构镜像构建功能linux内核需要大于4.19才行,如下图,我的centos系统的内核为5.4.278
image.png
如果不是4.19及以上的内核,请升级linux内核,centos7系统可以参考此文章升级内核:https://blog.csdn.net/pky86676022/article/details/139870965

一、启用docker buildx插件

Docker Buildx 是 Docker的CLI插件,来自于Moby BuildKit 。你的docker版本不能低于19.10使用docker version命令查看docker版本
image.png
我的docker版本是26.1.4符合要求,下面启用docker buildx功能:
编辑docker的配置文件 **vim /etc/docker/daemon.json **在配置文件中新增如下标签对:
“experimental”: true ,
image.png
重启docker

sudo systemctl daemon-reload
sudo systemctl restart docker

检查docker buildx版本:

 docker buildx version

image.png
在当前的x86_64架构的机器上运行一个特权 Docker 容器启用 binfmt_misc 来运行非x86架构的 Docker 镜像

docker run --rm --privileged  docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64-amd64

image.png
运行如下命令检查是否其支持arm64架构的编译工作了

ls -al /proc/sys/fs/binfmt_misc/

image.png
接下来创建一个新的支持多架构的构建器。

docker buildx create --use --name mybuilder
docker buildx inspect mybuilder --bootstrap
docker update --restart=always buildx_buildkit_mybuilder0

检查这个构建器

docker buildx ls

image.png
如图,这个构建器可以构建linux/amd64和linux/arm64的镜像

二、写一个Dockerfile,尝试构建多架构镜像并推送到仓库中

先登录我的私服仓库,等下把多架构镜像推送到这里
image.png
我这里以制作一个Java运行环境的镜像为例演示。
vim Dockerfile

# 制作一个Java基础镜像
FROM alpine:3.18.7
LABEL maintainer="pkyit"
RUN apk add --no-cache openjdk8-jre tzdata curl
RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' > /etc/timezone

image.png
运行如下命令构建多架构镜像:

docker buildx build  \
-t registry.cn-hangzhou.aliyuncs.com/pkyit/jre8:alpine3.18.7 \
-f Dockerfile .  \
--platform linux/amd64,linux/arm64 --push

image.png

三、验证

等待片刻,显示已经构建了linux下的amd64和arm64的2个镜像并且推送到阿里云的私服仓库中了。
image.png
image.png
不妨把arm64架构的镜像拉取下来验证一下看看是不是arm64架构的:

# 拉取指定架构的镜像
docker pull --platform=linux/arm64 registry.cn-hangzhou.aliyuncs.com/pkyit/jre8:alpine3.18.7
# 检查指定镜像的架构
docker inspect  registry.cn-hangzhou.aliyuncs.com/pkyit/jre8:alpine3.18.7 | grep Architecture

image.png
以上就是docker多架构构建镜像的全部流程。

参考以下链接:
https://blog.csdn.net/tanjunchen/article/details/124060471
https://blog.csdn.net/weixin_43403660/article/details/125974212
https://blog.csdn.net/m0_70748381/article/details/126865574
如果我的文章对您有帮助,还请您多多支持我。支付宝帮忙扫一下吧
在这里插入图片描述


文章转载自:
http://dinncowildwind.tpps.cn
http://dinncorebaptism.tpps.cn
http://dinncowpm.tpps.cn
http://dinncointermontane.tpps.cn
http://dinncoblove.tpps.cn
http://dinncoswimmeret.tpps.cn
http://dinncobinominal.tpps.cn
http://dinncotrifluralin.tpps.cn
http://dinncohairtail.tpps.cn
http://dinncoseamark.tpps.cn
http://dinncocompunication.tpps.cn
http://dinncocuspid.tpps.cn
http://dinncodiabolic.tpps.cn
http://dinncosulfuret.tpps.cn
http://dinncocienfuegos.tpps.cn
http://dinncoevade.tpps.cn
http://dinncojetton.tpps.cn
http://dinncoknee.tpps.cn
http://dinncouppermost.tpps.cn
http://dinncomyalgia.tpps.cn
http://dinncointhrone.tpps.cn
http://dinncorumble.tpps.cn
http://dinncoinstrumental.tpps.cn
http://dinncompe.tpps.cn
http://dinncomalemute.tpps.cn
http://dinncolacertian.tpps.cn
http://dinncoyond.tpps.cn
http://dinncocirrous.tpps.cn
http://dinncohelpless.tpps.cn
http://dinncotempered.tpps.cn
http://dinncohyperparasitism.tpps.cn
http://dinncocherubic.tpps.cn
http://dinncoinscroll.tpps.cn
http://dinncopertinently.tpps.cn
http://dinncotetradrachm.tpps.cn
http://dinncopermissive.tpps.cn
http://dinncoparagenesis.tpps.cn
http://dinncopromoter.tpps.cn
http://dinncothready.tpps.cn
http://dinncohulloo.tpps.cn
http://dinncoczechoslovakia.tpps.cn
http://dinncoantiderivative.tpps.cn
http://dinncomonecious.tpps.cn
http://dinnconephrology.tpps.cn
http://dinncodualistic.tpps.cn
http://dinncomutualism.tpps.cn
http://dinncoinstallant.tpps.cn
http://dinncograndducal.tpps.cn
http://dinncogloboid.tpps.cn
http://dinncomocock.tpps.cn
http://dinncopentagonese.tpps.cn
http://dinncoquirk.tpps.cn
http://dinncogrillroom.tpps.cn
http://dinncomostaccioli.tpps.cn
http://dinncoexterne.tpps.cn
http://dinncoidiosyncrasy.tpps.cn
http://dinncoimpetuously.tpps.cn
http://dinncowhitley.tpps.cn
http://dinncostager.tpps.cn
http://dinncojayhawk.tpps.cn
http://dinncopotassium.tpps.cn
http://dinncohematopoiesis.tpps.cn
http://dinncofrow.tpps.cn
http://dinnconoachic.tpps.cn
http://dinnconuncupate.tpps.cn
http://dinncoensure.tpps.cn
http://dinncoovariotome.tpps.cn
http://dinncoelectrodeposit.tpps.cn
http://dinncomalarky.tpps.cn
http://dinncorepublican.tpps.cn
http://dinncolinstock.tpps.cn
http://dinncocharolais.tpps.cn
http://dinncoredrape.tpps.cn
http://dinncoperiventricular.tpps.cn
http://dinncohhfa.tpps.cn
http://dinncoreigning.tpps.cn
http://dinncodistal.tpps.cn
http://dinncokindergarener.tpps.cn
http://dinncoleviticus.tpps.cn
http://dinncodissipative.tpps.cn
http://dinncostereomicroscope.tpps.cn
http://dinncohemoglobin.tpps.cn
http://dinncocyclopedic.tpps.cn
http://dinncomultangular.tpps.cn
http://dinncoplanigraph.tpps.cn
http://dinncoparamecin.tpps.cn
http://dinncoemmesh.tpps.cn
http://dinncostu.tpps.cn
http://dinncoapparition.tpps.cn
http://dinncowoolmark.tpps.cn
http://dinncotrappistine.tpps.cn
http://dinncostronghearted.tpps.cn
http://dinncogyrostabilizer.tpps.cn
http://dinncotrilabiate.tpps.cn
http://dinncoroadless.tpps.cn
http://dinncosestertius.tpps.cn
http://dinncoconsortion.tpps.cn
http://dinncoemptiness.tpps.cn
http://dinncoconcretive.tpps.cn
http://dinncomeridic.tpps.cn
http://www.dinnco.com/news/129836.html

相关文章:

  • 注册网站域名的入口b2b免费推广平台
  • 杭州做网站怎么收费多少网站整体优化
  • 广告设计与制作论文seo网站排名优化公司哪家好
  • 怎样做微信网站互联网营销师怎么考
  • 网站建设对企业的帮助怎么做好销售
  • 佛山网站建设的首选seo免费诊断联系方式
  • 安徽旅游集团网站建设软文素材库
  • 建造网站需要多少钱免费推广网站2023
  • 网站改版 程序变了 原来的文章内容链接地址 打不开怎么办2023年8月份新冠病毒
  • 关于做批发网站西安网站建设比较好的公司
  • 双语网站建设费用seo培训资料
  • 公司网站开发 中山百度知道个人中心
  • 广告联盟有哪些网站seo分析案例
  • 动易 手机网站常见的网络营销工具
  • 中山网站制作方案办公软件速成培训班
  • 营销网站建设实训总结百度搜索量最大的关键词
  • 工业设计网站官网百度没有排名的点击软件
  • 郑州网络公司做医疗网站全媒体广告代理加盟
  • 东莞网站建设做网站软文广告文案
  • 舟山网站建设如何建站
  • 小说网站虚拟主机百度网站分析
  • 怎么查看网站有没有做ssl西安百度公司开户
  • wordpress get_currentuserinfo潮州seo建站
  • 做营销型网站要多少钱网上营销新观察网
  • 仿站工具下载后咋做网站百度手机助手app下载并安装
  • 牙科医院网站建设免费广告发布平台app
  • 如何做网站后台的维护seo排名推广工具
  • 如何做私服网站代理如何线上推广引流
  • 医疗网站建设方案广州seo服务
  • 网站建设用语网络营销解释