12.4. 使用 Katello Container Registries
Podman 和 Docker 可用于从 Katello 容器 registry 中获取内容。
智能代理上的容器 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>