12.5. 使用容器 registry

Podman 和 Docker 可用于从容器 registry 获取内容。

Capsules 中的容器 registry

在包含内容的 Capsule 上,容器 网关 Capsule 插件充当容器 registry。它缓存 Katello 的身份验证信息,并将传入的请求代理到 Pulp。默认情况下,容器网关在 Capsule 上提供内容。

流程

登录到容器 registry:

# podman login satellite.example.com

列出容器镜像:

# podman search satellite.example.com/

拉取容器镜像:

# podman pull satellite.example.com/my-image:<optional_tag>