从镜像仓库中拉取或更新指定的镜像
docker pull [可选项] NAME[:TAG|@DIGEST]
-a,--all-tags 下载仓库中所有镜像
--disable-content-trust 跳过镜像验证,默认为 true
--platform string 如果服务器支持多平台,则设置平台
-q,--quiet 禁止详细输出
如果未提供标签,则 Docker Engine 将使用 :latest 标签作为默认标签
docker pull node
docker pull tomcat:10
sha256:2637c2c75e488fb3480492ff9b3d1948415151ea9c503a496c243ceb1800cbe4
docker pull -a tomee
原文:https://www.cnblogs.com/scholars-xian/p/14622114.html