I was trying to deploy a docker image I have created via Openshift. I followed the instructions in: Importing Docker Images to Red Hat OpenShift V3
However, as I tried to push my docker image to the Openshift registry, it did not succeed, as shown below.
[root@mymachine ~]# docker push 172.30.155.111:5000/default/mycostumedaemon
The push refers to a repository [172.30.155.111:5000/default/mycostumedaemon]
0a4a35d557a6: Preparing
025eba1692ec: Preparing
5332a889b228: Preparing
e7b287e8074b: Waiting
149636c85012: Waiting
f96222d75c55: Waiting
no basic auth credentials
Following are the docker version and openshift versions:
[root@mymachine ~]# docker --version
Docker version 1.11.0, build 4dc5990
[root@mymachine ~]# oc version
oc v1.2.0
kubernetes v1.2.0-36-g4a3f9c5