3.4. 从 registry 中拉取镜像
使用 podman pull
命令来将镜像提取到您的本地系统。
先决条件
-
container-tools
元数据包已安装。
流程
登录到 registry.redhat.io registry:
$ podman login registry.redhat.io Username: <username> Password: <password> Login Succeeded!
拉取 registry.redhat.io/ubi9/ubi 容器镜像:
$ podman pull registry.redhat.io/ubi9/ubi
验证
列出拉取到本地系统的所有镜像:
$ podman images REPOSITORY TAG IMAGE ID CREATED SIZE registry.redhat.io/ubi9/ubi latest 3269c37eae33 7 weeks ago 208 MB
其他资源
-
您系统上的
podman-pull
手册页