If you should have followed my previous postings ( thanks for that!! ), then you should have read my blog IMPORTING AN EXTERNAL AND NOT YET PUBLISHED DOCKER IMAGE INTO RED HAT OPENSHIFT V3, in which I have explained how to manually carry a Docker image from a non OpenShift build-server to our OpenShift infrastructure. This […]
Month: September 2015
In my previous post I described how to manually export/import a Docker image from one system into the Docker registry of OpenShift. A next step would be to push an image from a non OpenShift system directly into the registry. The documentation of OpenShift recommends to secure the registry before opening it for external access. […]
During many customer discussions on PaaS, the same question does come up: “Can I use my own Docker images in OpenShift?” While the simple answer obviously is: “Well, sure! OpenShift makes use of Docker und Kubernetes“ Making it work, is a little bit more complex – until one finally understands it. In this blog I […]