5.2. Red Hat Enterprise Linux コンテナーイメージへのアクセス
コンテナーを実行し、アクションを実行する前に、Red Hat レジストリーからコンテナーイメージをプルします。
手順
必要なイメージをプルするには、以下を実行します。
Red Hat Enterprise Linux 7 をベースとするイメージの場合:
# podman pull registry.redhat.io/devtools/go-toolset-rhel7
Red Hat Enterprise Linux 8 をベースとするイメージの場合:
# podman pull registry.redhat.io/rhel8/go-toolset
Red Hat Enterprise Linux 9 をベースとするイメージの場合:
# podman pull registry.redhat.io/rhel9/go-toolset