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