Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1.02 KB

docker.md

File metadata and controls

10 lines (10 loc) · 1.02 KB
scp <your-registry-server>:/opt/registry/certs/domain.crt <path>/ca.crt
oc create configmap registry-config --from-file=<your_docker_registry_host>..<your_docker_registry_port>=<path>/ca.crt -n openshift-config
oc patch image.config.openshift.io/cluster --patch '{"spec":{"additionalTrustedCA":{"name":"registry-config"}}}' --type=merge