Uncategorized

Cluster HQ and DevOps.com Survey Report
DevOps.com and ClusterHQ, conducted a survey on Container usage that shows an overwhelming majority of users have either already using, testing or investigating Container usage. With 285 respondents representing a wide range ...

Four ways containers threaten VMware’s 10 year dominance
Can containers threaten VMware’s beachhead? Yes. Combined with an exploding ecosystem, they address the top use-cases and add something additional. I started working with VMware during its first ESX beta (nearly 15 ...

DevOps, Containers and Faster Time-to-Parity
DevOps discussions often focus on the value of getting innovative applications to market quickly. And it’s true. Getting a cool new application into production quickly can help you differentiate yourself in today’s ...

Copying Data From One Docker Container to Another
Docker containers can easily be compared to a directory. A Docker container holds everything that is required for an application to run including its dependencies and can be started, stopped, moved and ...

Docker vs VMs
All applications have their own dependencies, which include both software and hardware resources. Docker containers bring numerous unknown tags to the chart as compared to existing technologies in use. In terms of ...

Is Docker leaving Immutable Infrastructure?
According to Chad Fowler’s definition, Immutable Infrastructure can be defined as: “[S]ervers (or whatever) are deployed once and not changed. If they are changed for some reason, they are marked for garbage ...