12.5. 使用容器 registry
Podman 和 Docker 可用于从容器注册表获取内容。
Capsules 中的容器 registry
在包含内容的 Capsule 上,Container Gateway Capsule 插件充当容器 registry。它缓存来自 Katello 的身份验证信息,并将传入请求代理到 Pulp。默认情况下,容器网关在 Capsules 上提供内容。
流程
登录到容器 registry:
# podman login satellite.example.com
列出容器镜像:
# podman search satellite.example.com/
拉取容器镜像:
# podman pull satellite.example.com/my-image:<optional_tag>