Jaroslav Holub

    5 min read

    Docker Use Cases

    We find that diagrams and drawings help us to get an overview of the impact a new technology has on existing processes. This also helps when explaining things to customers and colleagues. Obviously, n...

    7 min read

    Containerized Mesos Cluster

    We often use Apache Mesos clusters to run containerized applications for our clients and for ourselves. Even though we run applications in containers, we still install Mesos with its dependencies and ...

    6 min read

    Running Secured Docker Registry 2.0

    The new Docker Registry 2.0 was released on April 16th, 2015. It was completely rewritten in Go with added support for the new Docker Registry HTTP API V2 (thus only working with Docker 1.6+), promisi...

    9 min read

    How to set up Mesos on Google Cloud with Terraform

    Imagine a world where you describe an auto-scalable, fault-tolerant computer cluster in a simple declarative language. Then imagine that you can create the cluster with a single command. You can chang...