this is a bit follow-up article to http://blog.chalda.cz/2017/12/15/Docker-tags-and-registries.html Minishift is a "small version" of OpenShift where all the deployment setup is done as part of a virtual…
As a newcomer to the world of Docker and I struggle a bit with basic concepts. Here, I would like to summarize my observation about Docker tagging and repositories. If you build a Dockerfile (docker…
The Minishift is an tool which provides an easy way to run OpenShift locally on developer’s machine. Minishift uses an hypervisor to start a virtual machine where the whole OpenShift environment is set…