©
本文档使用
php.cn手册 发布
从注册表中提取图像或存储库
docker image pull [OPTIONS] NAME[:TAG|@DIGEST]
Name, shorthand | Default | Description |
---|---|---|
--all-tags, -a | false | Download all tagged images in the repository |
--disable-content-trust | true | Skip image verification |
Command | Description |
---|---|
docker image | Manage images |
命令 | 描述 |
---|---|
docker image build | 从Dockerfile构建图像 |
docker image history | 显示图像的历史记录 |
docker image import | 从tarball中导入内容以创建文件系统映像 |
docker image inspect | 显示一个或多个图像的详细信息 |
docker image load | 从tar档案或STDIN加载图像 |
docker image ls | 列出图像 |
docker image prune | 删除未使用的图像 |
docker image pull | 从注册表中提取图像或存储库 |
docker image push | 将图像或存储库推送到注册表 |
docker image rm | 删除一个或多个图像 |
docker image save | 将一个或多个图像保存到tar归档文件(默认流式传输到STDOUT) |
docker image tag | 创建一个引用SOURCE_IMAGE的标记TARGET_IMAGE |