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...
Container Solutions is proud to release today its own container technology, Rocker. Rocker is an amalgamation of ideas and sources from both the Docker and Rocket projects.
In the second part of our 'Tech Interview' series Container Solution's Mark Coleman talks to Andrew Phillips, VP Product Management at XebiaLabs. You can see the previous interview here.
Most Docker users are aware of the docker inspect command which is used to get metadata on a container or image, and may have used the -f argument to pull out some specific data, for example using doc...
The pace of technological changes in software engineering is continuously increasing, and every day we are surprised with new innovations. Most of them are insignificant, but some of them are true rev...
All the code from this blog can be found here: https://github.com/ContainerSolutions/toolset.git
In this post we're going to take a quick look at how you can mount the Docker sock inside a container in order to create "sibling" containers. One of my colleagues calls this DooD (Docker-outside-of-D...