Suppose you have a private repository on the Docker Hub, then how do you get Marathon to pull from that repository? It's easy if you use Marathon's Artifact Store!
The other day I was working on Mesos Elasticsearch and encountered a problem while running the framework. The framework did not accept any offers from slaves because I had not properly configured the ...
What if Terraform deployments could be visualised in real time? It would be quite exciting, and surely worth investigation.
The module that this blog refers to is here: https://github.com/ContainerSolutions/terraform-mesos
The goal At Container Solutions we’re currently building a Mesos framework and I was tasked with getting CI up and running. The framework uses Gradle for builds and Docker to build images. We use the ...
In a previous post, we showed you how to set up your own Mesos cluster with Terraform by using our Terraform-Mesos module. In this post we'll be shedding some light on how the module is structured.
You can get by running Docker containers with shell scripts, or with Docker Compose (if you don't mind ignoring the "don't use in production" warnings), but for some use cases, it's preferable to take...
In the third part of our ‘Tech Interview’ series Container Solution’s Mark Coleman talks to Kelsey Hightower, Developer and Advocate at CoreOS. You can see the previous interview here.
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...