Who didn’t try Docker? But who succeeded in setting-up an efficient and clean development environment with it? Sadly a lot less :(... (more…)
Read more »
It is very common to setup own Docker registry for our private images.
Basic registry setup If we want basic setup without TLS and any access control for example for lab, we can create it with command:
[lukas@docker-host ~]$ docker run -d -p 5000:5000 --r... (more…)
Read more »
Docker is a quite popular technology in developers world, better part of all the new projects were built with Docker. At least, Docker has a reputation of a great tool for software distribution. For reference, we use it in our project Ambar. It's a docume...
Read more »
Not too long ago I discovered the work of a very smart and snarky cloud economist by the name of Core... (more…)
Read more »