Docker镜像与仓库(一) Docker镜像与仓库(一) 如何查找镜像? Docker Hub https://registry.hub.docker.com docker search [OPTIONS] TERM 参数: 1.--automated=false #Only show automated builds2.--no-trunc=false #Don't truncate output3.-s,--stars=0 #Only displays with at least x st…