Create directory ~/openshift and cd into that.
vagrant init openshift/origin-all-in-one and wait....
Then you get a VirtualBox machine running.
Then there is an admin console
SSH into this box with vagrant ssh.
We need the oc command first. The admin console provides the download link (question mark top right).
We unpack this oc to /usr/local/bin/oc.
➜ openshift oc version oc v3.1.1.6-33-g81eabcc kubernetes v1.1.0-origin-1107-g4c8e6f4
The All-In-One already runs an internal registry, vagrant ssh into the machine and issue a docker ps and you will see it.
Now we want to access it and be able to push images to it:
➜ openshift vagrant ssh
Last login: Sun Jan 1 12:45:04 2017 from 10.0.2.2
[vagrant@localhost ~]$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/cockpit/kubernetes latest 238b38aa0113 5 weeks ago 252.3 MB
docker.io/openshift/origin-deployer v1.3.0 5bf464732ca8 3 months ago 487.1 MB
docker.io/openshift/origin-docker-registry v1.3.0 59d447094a3c 3 months ago 345.5 MB
docker.io/openshift/origin-haproxy-router v1.3.0 e33d4e33dffb 3 months ago 506.2 MB
docker.io/openshift/origin-pod v1.3.0 35873f68181d 3 months ago 1.591 MB
docker.io/openshift/origin-metrics-heapster v1.3.0 3f80c00bdd32 3 months ago 994.8 MB
docker.io/openshift/origin-metrics-deployer v1.3.0 e261ae18fca5 3 months ago 647.2 MB
docker.io/openshift/origin-metrics-cassandra v1.3.0 2a389f0b9ea8 3 months ago 665.6 MB
docker.io/openshift/origin-metrics-hawkular-metrics v1.3.0 cc940d946002 3 months ago 961.7 MB
<none> <none> a0393477373e 4 months ago 245.9 MB
[vagrant@localhost ~]$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
bfcf0bef4c67 cockpit/kubernetes "/usr/libexec/cockpit" 24 minutes ago Up 24 minutes k8s_openshift-cockpit.14908408_openshift-cockpit-1-0jub2_cockpit_052ea662-81bc-11e6-bb35-525400c583ad_72ac8656
b639a2bcd3f5 openshift/origin-metrics-heapster:v1.3.0 "heapster-wrapper.sh " 24 minutes ago Up 24 minutes k8s_heapster.4551c889_heapster-sdr3v_openshift-infra_11c54b5b-81bc-11e6-bb35-525400c583ad_529ef3ce
825c8658af83 openshift/origin-haproxy-router:v1.3.0 "/usr/bin/openshift-r" 24 minutes ago Up 24 minutes k8s_router.fdb6f3d1_router-1-fn5kw_default_04dc941b-81bc-11e6-bb35-525400c583ad_c90727d5
fe95db5ffe97 openshift/origin-metrics-cassandra:v1.3.0 "/opt/apache-cassandr" 24 minutes ago Up 24 minutes k8s_hawkular-cassandra-1.3c76d82f_hawkular-cassandra-1-ihpvd_openshift-infra_11208439-81bc-11e6-bb35-525400c583ad_94b43ae7
07d3104072f9 openshift/origin-metrics-hawkular-metrics:v1.3.0 "/opt/hawkular/script" 24 minutes ago Up 24 minutes k8s_hawkular-metrics.37f0cb47_hawkular-metrics-ns2ij_openshift-infra_10c3a998-81bc-11e6-bb35-525400c583ad_db47212e
4ff80e0978fb openshift/origin-docker-registry:v1.3.0 "/bin/sh -c 'DOCKER_R" 24 minutes ago Up 24 minutes k8s_registry.59b7d2b8_docker-registry-1-i37wn_default_0515ec11-81bc-11e6-bb35-525400c583ad_14a070dd
a1252c73eb4f openshift/origin-pod:v1.3.0 "/pod" 24 minutes ago Up 24 minutes k8s_POD.4a82dc9f_router-1-fn5kw_default_04dc941b-81bc-11e6-bb35-525400c583ad_1ee402d0
3c5f2061c114 openshift/origin-pod:v1.3.0 "/pod" 24 minutes ago Up 24 minutes k8s_POD.182903ec_heapster-sdr3v_openshift-infra_11c54b5b-81bc-11e6-bb35-525400c583ad_d3d71030
4b9ad3d72d7f openshift/origin-pod:v1.3.0 "/pod" 24 minutes ago Up 24 minutes k8s_POD.75ca2cc1_hawkular-metrics-ns2ij_openshift-infra_10c3a998-81bc-11e6-bb35-525400c583ad_9428faa5
e9c504566694 openshift/origin-pod:v1.3.0 "/pod" 24 minutes ago Up 24 minutes k8s_POD.62547583_hawkular-cassandra-1-ihpvd_openshift-infra_11208439-81bc-11e6-bb35-525400c583ad_1042a81d
ec488da6e7d8 openshift/origin-pod:v1.3.0 "/pod" 24 minutes ago Up 24 minutes k8s_POD.b858fe8f_openshift-cockpit-1-0jub2_cockpit_052ea662-81bc-11e6-bb35-525400c583ad_c45cd598
d0d7a7ba14ce openshift/origin-pod:v1.3.0 "/pod" 24 minutes ago Up 24 minutes k8s_POD.9fa2fe82_docker-registry-1-i37wn_default_0515ec11-81bc-11e6-bb35-525400c583ad_527d9706
[vagrant@localhost ~]$ docker inspect 4ff80e0978fb|grep DOCKER_REGISTRY
"DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_SERVICE_HOST}:${DOCKER_REGISTRY_SERVICE_PORT} /dockerregistry ${REGISTRY_CONFIGURATION_PATH}"
"DOCKER_REGISTRY_PORT_5000_TCP_PROTO=tcp",
"DOCKER_REGISTRY_PORT_5000_TCP=tcp://172.30.53.244:5000",
"DOCKER_REGISTRY_SERVICE_HOST=172.30.53.244",
"DOCKER_REGISTRY_PORT=tcp://172.30.53.244:5000",
"DOCKER_REGISTRY_SERVICE_PORT=5000",
"DOCKER_REGISTRY_PORT_5000_TCP_ADDR=172.30.53.244",
"DOCKER_REGISTRY_SERVICE_PORT_5000_TCP=5000",
"DOCKER_REGISTRY_PORT_5000_TCP_PORT=5000",
"DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_SERVICE_HOST}:${DOCKER_REGISTRY_SERVICE_PORT} /dockerregistry ${REGISTRY_CONFIGURATION_PATH}"
[vagrant@localhost ~]$ telnet 172.30.53.244 5000
Trying 172.30.53.244...
Connected to 172.30.53.244.
Escape character is '^]'.
^]
telnet> quit
Connection closed.
[vagrant@localhost ~]$
Looks like this registry is meant for only openshift itself? Not sure, but let's try to hook up an external docker registry.