In order to begin pushing images to the registry, you need to create a project.
In order to begin pushing images to the registry, use the commands below.
$ sudo docker login -p {{settings.registry.password}} -e unused -u unused {{settings.registry.host}}
Log into OpenShift command line tools:
$ oc login --token {{settings.registry.password}} {{settings.registry.openshifthost}}