随笔分类 - Docker
摘要:1 #启动服务 2 [root@localhost ~]# systemctl start docker 3 #查看镜像 4 [root@localhost ~]# docker images 5 REPOSITORY TAG IMAGE ID CREATED SIZE 6 #拉取镜像 7 [roo
阅读全文
摘要:使用Dockerfile生成镜像时,过程中会产生一些none镜像,此命令用于批量删除none镜像 1 #awk 文本和数据进行处理的编程语言 2 #查询none镜像 3 docker images | grep none 4 <none> <none> 20ed80f35440 23 hours a
阅读全文
摘要:1 #查询可安装版本 2 [root@localhost ~]# yum list docker-ce --showduplicates | sort -r 3 Repository extras is listed more than once in the configuration 4 doc
阅读全文

浙公网安备 33010602011771号