SDS and Docker: The Beginnings of a Beautiful Friendship

Software-defined storage (SDS) has usually meant storage that augments, optimizes, aggregates, and presents some form of cloud gateway. It is storage manipulated by an automation with an orchestration layer that ties differing data functions together. The ultimate in automation and orchestration for storage is the inclusion of Docker. Docker, or any container technology, needs storage—persistent …

RightScale State of the Cloud Report for 2017

RightScale just published its annual report on the state of the cloud, and some of the key findings are very interesting. Topics range from cloud vendor market share to cloud adoption concerns, DevOps tools adoption, public vs. private cloud adoption, and much more. Below, I highlight the major findings I thought most interesting and follow each with …

Docker Has Been in an Acquisitive Mood Again, This Time Pulling in Infinit

Docker, the leading vendor in the container industry, has been dipping into its pockets again, this time to acquire French file sync company Infinit. Yep, Docker, the company whose core product is a container management and deployment technology, is acquiring a consumer file sync company. At first glance, this is an odd acquisition. Infinit is …

Where to Persist Your Containers

When we were first introduced to Docker containers, we were told that they should be ephemeral and stateless. It turns out that there are lot of great uses for Docker containers that are either stateful or long-lived. The stateful part is leading to a bunch of startups that have storage products to deliver persistent storage to these …

Selling Containers Is Hard

How do you distribute an application that uses containers? This seems to be an odd question. Container-based applications are usually associated with Software as a Service (SaaS) applications and public cloud deployment. However, there is still a place for software that is purchased and installed on-premises in a data center. If the software is in the …

Stick a Fork in the Docker Fork Discussion

There has been a lot of discussion recently about whether forking Docker makes sense. Driving this discussion are complaints from the Docker community and ecosystem about the speed at which Docker is releasing software and the perceived quality of those releases. Unless you have been hiding under a rock lately, you know that Docker is one …