搜索镜像
docker search rocketmq
查看镜像版本
如果要查看其它的镜像,只需要将其中的镜像名称foxiswho/rocketmq替换为其它镜像即可
curl https://registry.hub.docker.com/v1/repositories/foxiswho/rocketmq/tags
| tr -d "[[]" ]" | tr "}" "n"
| awk -F: -v image="foxiswho/rocketmq" "{if(NR!=NF && $3 != ""){...