一.镜像相关命令 官方文档:https://docs.docker.com/referenc 1.1查看镜像 [root@localhost ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello-world latest feb5d9fea6a5 6 months ago 13.3kB mysql 5.7 8cf625070931 8 months ago 448MB rabbitmq 3.8.3-management 867d…
Docker系列之MySQL安装教程 有了前面的基础教程Docker系列之常用命令操作手册之后,本博客记录一篇mysql的安装教程 mysql镜像查询命令 docker search mysql 几个关键参数解释一下: INDEX docker.io就是docker官网 NAME 镜像的名称 DESCRIPTION 镜像描述 STARS 关注数目 OFFICIAL 是否官方 AUTOMATED 是否自动的 INDEX NAME DESCRIPTION STARS OFFICIAL AUTOMAT…