项目作者: noseka1

项目描述 :
Kustomization for installing Docker Registry on OpenShift
高级语言:
项目地址: git://github.com/noseka1/docker-registry-kustomization.git
创建时间: 2020-03-15T03:30:18Z
项目社区:https://github.com/noseka1/docker-registry-kustomization

开源协议:Apache License 2.0

下载


Kustomization for Installing Docker Registry on OpenShift

This repository contains kustomization for installing Docker Registry on OpenShift using the official Distribution container image.

To deploy Docker Registry on OpenShift:

  1. $ oc apply --kustomize docker-registry/base

Obtain the registry host name:

  1. $ oc get route docker-registry \
  2. --namespace docker-registry \
  3. --output go-template \
  4. --template '{{.spec.host}}'

Log in into registry with username registry and password 9a5866dc0e500eea9b4f23bd99766053:

  1. $ podman login <your_registry_host_name>