5.2. 拉取基于 RHEL 的 Go Toolset 容器镜像
在运行容器并执行操作前,先从 Red Hat registry 拉取容器镜像。
流程
拉取所需的镜像:
对于基于 RHEL 8 的镜像,请输入:
podman pull registry.redhat.io/rhel8/go-toolset
# podman pull registry.redhat.io/rhel8/go-toolset
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 对于基于 RHEL 9 的镜像,请输入:
podman pull registry.redhat.io/rhel9/go-toolset
# podman pull registry.redhat.io/rhel9/go-toolset
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 对于基于 RHEL 10 的镜像,请输入:
podman pull registry.redhat.io/rhel10/go-toolset
# podman pull registry.redhat.io/rhel10/go-toolset
Copy to Clipboard Copied! Toggle word wrap Toggle overflow