I was trying to deploy a docker image I have created via Openshift. I followed the instructions in: http://www.opensourcerers.org/importing-an-external-docker-image-into-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
Could someone help me out with this? Not sure what it means by "no basic auth credentials" since the openshift user and server user are root users with all privileges.