I've exposed my openshift registry:
$ oc get routes -n default
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
docker-registry docker-registry-default.192.168.99.104.nip.io docker-registry 5000-tcp None
Nevertheless, I'm trying to get access on that registry, but I've not been able to figure out what's wrong:
docker login -p ngRslZJYJ40WxBA6YQbE5nMDK1Gh-cSWgnJCKR4EJ2I docker-registry-default.192.168.99.104.nip.io -u unused
This command keeps stuck.
oc cluster up? - Graham Dumpletonminishift start --openshift-version v3.7.0 --vm-driver=virtualbox --no-proxy=".cluster.local,.svc,172.30.0.1" --http-proxy=http://<host>:<port> --https-proxy=http://<host>:<port> --docker-env HTTP_PROXY=http://<host>:<port> --docker-env HTTPS_PROXY=http://<host>:<port>- Jordiminishift docker-envand access it direct instead of via the route. - Graham Dumpleton