diff --git a/README.md b/README.md index 1420b67..027fdfe 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,14 @@ application: [...] ``` +### copy container image to private registry +docker image copy +you must login at privat redhat registry before copy +``` +skopeo login registry.redhat.io +skopeo copy docker://registry.redhat.io/amq7/amq-broker:7.12 docker://registry.tuxnet.lan/amq7/amq-broker:7.12 +``` + ## KEYSTORE CREATION MINI-HOWTO In order to deploy SSL-enabled templates, a secret with valid Java Truststore and Keystore files must be created.