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 »
It’s impossible to work with docker containers without docker images. In this post I want to talk about what makes docker images possible… (more…)
Read more »
Some applications are hard to cross-compile on
Mac if you are deploying to Linux servers. If you are using unikernels
you might be relying on docker or vagrant to do this, however that is
not necessary anymore with the new cross-compilation support for OP... (more…)
Read more »
I’ve talked about how to make tiny Docker images a fair bit in the past, but now that Docker has multi-stage builds, it’s time to revisit… (more…)
Read more »
Phorest Cloud runs on Amazon Web Services. Last year we made the decision to migrate the services that Phorest Cloud runs on to docker… (more…)
Read more »