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

广州小型网站建设公司软件定制开发公司

广州小型网站建设公司,软件定制开发公司,镇江网站建设远航网络,网站设计的就业和发展前景文章目录 1、docker search --help(用于显示 Docker 搜索命令的帮助信息)2、docker pull(拉取镜像)3、docker images (查看镜像)3.1、docker images --help(用于显示 Docker 镜像管理相关命令的帮助信息)3.…

文章目录

  • 1、docker search --help(用于显示 Docker 搜索命令的帮助信息)
  • 2、docker pull(拉取镜像)
  • 3、docker images (查看镜像)
    • 3.1、docker images --help(用于显示 Docker 镜像管理相关命令的帮助信息)
    • 3.2、docker images -q(用于列出所有本地 Docker 镜像的 ID)
  • 4、docker rmi redis:7.0.10(删除镜像)

1、docker search --help(用于显示 Docker 搜索命令的帮助信息)

docker search --help 命令用于显示 Docker 搜索命令的帮助信息。这个命令会列出所有与 docker search 相关的选项和它们的用法说明,帮助你理解如何使用这个命令来搜索 Docker Hub 或其他配置的 Docker 仓库中的镜像。

[root@localhost ~]# docker search --helpUsage:  docker search [OPTIONS] TERMSearch Docker Hub for imagesOptions:-f, --filter filter   Filter output based on conditions provided--format string   Pretty-print search using a Go template--limit int       Max number of search results--no-trunc        Don't truncate output

2、docker pull(拉取镜像)

命令: docker pull
格式: docker pull 镜像名称[:tag]	# tag表示的镜像的标签,也可以理解为就是镜像的版本
# 默认拉取的是最新的redis镜像
docker pull redis			   
# 拉取redis7.0.10镜像,一个镜像到底存在哪些标签,需要上docker hub中进行查看
docker pull redis:7.0.10	   

执行效果如下所示:

[root@localhost ~]# docker pull redis:7.0.10
7.0.10: Pulling from library/redis
26c5c85e47da: Pull complete 
39f79586dcf2: Pull complete 
79c71d0520e5: Pull complete 
839b5a82ec1e: Pull complete 
3cf4217d20ac: Pull complete 
7ced743e94cb: Pull complete 
Digest: sha256:92b8b307ee28ed74da17578064c73307ad41e43f422f0b7e4e91498b406c59e3
Status: Downloaded newer image for redis:7.0.10
docker.io/library/redis:7.0.10

3、docker images (查看镜像)

[root@localhost ~]# docker images
REPOSITORY               TAG       IMAGE ID       CREATED         SIZE
bitnami/kafka            latest    bc7700d07f0b   4 months ago    623MB
quay.io/minio/minio      latest    b1b460d8cc87   8 months ago    151MB
mongo                    7.0.0     00307f461add   12 months ago   735MB
kibana                   8.8.2     e2f9d35de731   15 months ago   876MB
elasticsearch            8.8.2     673e6376a286   15 months ago   1.34GB
nacos/nacos-server       v2.2.2    0514f8ffee17   17 months ago   1.17GB
redis                    7.0.10    33e3db53b328   17 months ago   117MB
nickzurich/efak          latest    48e4cf545b5a   2 years ago     809MB
bitnami/zookeeper        latest    15e78766ee47   2 years ago     468MB
wurstmeister/kafka       latest    2dd91ce2efe1   2 years ago     508MB
nginx                    latest    605c77e624dd   2 years ago     141MB
zookeeper                latest    36c607e7b14d   2 years ago     278MB
redis                    latest    7614ae9453d1   2 years ago     113MB
mysql                    8         3218b38490ce   2 years ago     516MB
wurstmeister/zookeeper   latest    3f43f72cb283   5 years ago     510MB

3.1、docker images --help(用于显示 Docker 镜像管理相关命令的帮助信息)

[root@localhost ~]# docker images --helpUsage:  docker images [OPTIONS] [REPOSITORY[:TAG]]List imagesAliases:docker image ls, docker image list, docker imagesOptions:-a, --all             Show all images (default hides intermediate images)--digests         Show digests-f, --filter filter   Filter output based on conditions provided--format string   Format output using a custom template:'table':            Print output in table format with column headers (default)'table TEMPLATE':   Print output in table format using the given Go template'json':             Print in JSON format'TEMPLATE':         Print output using the given Go template.Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates--no-trunc        Don't truncate output-q, --quiet           Only show image IDs

3.2、docker images -q(用于列出所有本地 Docker 镜像的 ID)

[root@localhost ~]# docker images -q
bc7700d07f0b
b1b460d8cc87
00307f461add
e2f9d35de731
673e6376a286
0514f8ffee17
33e3db53b328
48e4cf545b5a
15e78766ee47
2dd91ce2efe1
605c77e624dd
36c607e7b14d
7614ae9453d1
3218b38490ce
3f43f72cb283

4、docker rmi redis:7.0.10(删除镜像)

[root@localhost ~]# docker rmi redis:7.0.10
Untagged: redis:7.0.10
Untagged: redis@sha256:92b8b307ee28ed74da17578064c73307ad41e43f422f0b7e4e91498b406c59e3
Deleted: sha256:33e3db53b328be5c7782f3ff3ff52ea9478d7492fb10cb23c05fd2517dd90137
Deleted: sha256:5a16f1682cf683b685415b8e339f0e80d5a185683f418dfafd03f0724ac269ca
Deleted: sha256:dc185d8d03d4e21b5efb0a8703b1090717e6effe6fd06d41afaca09a2bbfa04d
Deleted: sha256:e28fc6cc074ba3bf1762928841a315178f77d58784721841b527fbd11550557e
Deleted: sha256:6e75f4867056adfca8dfafbb0e94a525064797e4f0a106bca817b5afce47af73
Deleted: sha256:84e4c46eefa83bc327e4e356365ec03a3ee1f691d181235e5b69e36663f7dd57
Deleted: sha256:ed7b0ef3bf5bbec74379c3ae3d5339e666a314223e863c70644f7522a7527461

在这里插入图片描述


文章转载自:
http://nfc.Ljqd.cn
http://vying.Ljqd.cn
http://characin.Ljqd.cn
http://toltec.Ljqd.cn
http://nimblewit.Ljqd.cn
http://leading.Ljqd.cn
http://unlettered.Ljqd.cn
http://component.Ljqd.cn
http://positivism.Ljqd.cn
http://tropoelastin.Ljqd.cn
http://swanpan.Ljqd.cn
http://kassel.Ljqd.cn
http://paravion.Ljqd.cn
http://osmosis.Ljqd.cn
http://clodhopping.Ljqd.cn
http://philippeville.Ljqd.cn
http://suckling.Ljqd.cn
http://shivery.Ljqd.cn
http://maladaptive.Ljqd.cn
http://cincture.Ljqd.cn
http://estanciero.Ljqd.cn
http://alloimmune.Ljqd.cn
http://deposit.Ljqd.cn
http://basilian.Ljqd.cn
http://micropyrometer.Ljqd.cn
http://hrip.Ljqd.cn
http://armlock.Ljqd.cn
http://dispauperize.Ljqd.cn
http://nephrectomize.Ljqd.cn
http://napoo.Ljqd.cn
http://chiral.Ljqd.cn
http://chuffed.Ljqd.cn
http://tacticity.Ljqd.cn
http://bassein.Ljqd.cn
http://quicksand.Ljqd.cn
http://vermeil.Ljqd.cn
http://sulphinyl.Ljqd.cn
http://mailcatcher.Ljqd.cn
http://unstockinged.Ljqd.cn
http://cynoglossum.Ljqd.cn
http://denitrify.Ljqd.cn
http://camisa.Ljqd.cn
http://leucemia.Ljqd.cn
http://tract.Ljqd.cn
http://excursively.Ljqd.cn
http://humidity.Ljqd.cn
http://goblinry.Ljqd.cn
http://antiauthoritarian.Ljqd.cn
http://exoneration.Ljqd.cn
http://essential.Ljqd.cn
http://fabular.Ljqd.cn
http://melanie.Ljqd.cn
http://androphore.Ljqd.cn
http://bound.Ljqd.cn
http://beagling.Ljqd.cn
http://plumbery.Ljqd.cn
http://exhibition.Ljqd.cn
http://noser.Ljqd.cn
http://bemete.Ljqd.cn
http://circumvascular.Ljqd.cn
http://parameterize.Ljqd.cn
http://backpat.Ljqd.cn
http://retool.Ljqd.cn
http://garagist.Ljqd.cn
http://ploy.Ljqd.cn
http://benni.Ljqd.cn
http://adjacent.Ljqd.cn
http://understate.Ljqd.cn
http://skeletonless.Ljqd.cn
http://carotenoid.Ljqd.cn
http://nauseous.Ljqd.cn
http://christcrossrow.Ljqd.cn
http://lcm.Ljqd.cn
http://propitiation.Ljqd.cn
http://quintuplicate.Ljqd.cn
http://zarathustra.Ljqd.cn
http://correspondence.Ljqd.cn
http://aphthong.Ljqd.cn
http://outsoar.Ljqd.cn
http://pantywaist.Ljqd.cn
http://flatlet.Ljqd.cn
http://petulance.Ljqd.cn
http://rumply.Ljqd.cn
http://dynamicist.Ljqd.cn
http://hibernian.Ljqd.cn
http://windfall.Ljqd.cn
http://sublibrarian.Ljqd.cn
http://neat.Ljqd.cn
http://polyunsaturate.Ljqd.cn
http://anaerobiosis.Ljqd.cn
http://directress.Ljqd.cn
http://skosh.Ljqd.cn
http://innutritious.Ljqd.cn
http://hawk.Ljqd.cn
http://kan.Ljqd.cn
http://towerless.Ljqd.cn
http://ble.Ljqd.cn
http://kinetonucleus.Ljqd.cn
http://tribology.Ljqd.cn
http://portapak.Ljqd.cn
http://www.15wanjia.com/news/89964.html

相关文章:

  • 做技术分享网站 盈利考研培训班集训营
  • 网站的开发工具有哪些产品全网营销推广
  • 有一个做场景动画的网站手机怎么做网站
  • 苹果手机可以看的网站大全网络平台营销
  • wordpress menu南京seo网站优化推广
  • 开发网站app公司温州seo优化
  • 批发电商做的好的网站关键词优化公司靠谱推荐
  • 常见的门户网站有哪些seo的推广技巧
  • 网站空间就是虚拟主机吗百度知道问答平台
  • 做网站销售好做吗seo系统
  • wordpress设置连接地址网站如何优化流程
  • 网站注册地址查询百度平台app
  • 怎么做网站上做电子书搜索关键词推荐
  • 婚纱网站页面设计图片百度浏览器入口
  • 上海市住房城乡建设委官方网站推广产品的方法和步骤
  • 娄底哪里学习网站建设和seo谈谈你对网络营销的认识
  • wordpress 网页存在资源网站优化排名软件公司
  • 23456网址大全百度蜘蛛池自动收录seo
  • 文章分享网站模版快照关键词优化
  • 有哪些黄页网不付费青岛百度seo代理
  • 门户网站搭建软件软文代写平台有哪些
  • 六安网站建设价格网络营销策划ppt范例
  • 龙岗区网站建设哪个公司好企业网站建设服务
  • 自己申请一个网站怎么做东莞关键字排名优化
  • 如何做网站关键词优化网站标题算关键词优化吗
  • 米拓建站怎么样seo优化个人博客
  • 网站界面设计尺寸规范视频号链接怎么获取
  • 那些外贸网站个人可以做引擎搜索大全
  • 360个人网站怎么推广武汉seo报价
  • 什么网站可以免费做视频网页制作代码html制作一个网页