Categories:

Why Do you Need Containers, Instead of “Virtual Machine Images” for your Applications? This is one of the common question that arises in mind before making the switch to running your application on containers. This question is more […]

Categories:

What is IAC? Infrastructure as Code (IAC) is using a programming approach to replace the traditional manual provisioning of infrastructure through admin consoles/GUI. Instead of navigating through various screens to deploy/enable infrastructure and manually configuring them, we achieve […]

Categories:

Magic Quadrant for Cloud Infrastructure as a Service, Worldwide   Market Definition/Description Cloud computing is a style of computing in which scalable and elastic IT-enabled capabilities are delivered as a service using internet technologies. Cloud infrastructure as a […]

Categories:

Introduction AMIs(Amazon Machine Images) are the main building block for creating an instance in aws. You can consider AMI as very much similar to vmware virtual machine images. In simple words, an AMI is the source code to […]

Categories:

Introduction Anything that you store inside a docker container will be available to you till the lifetime of the container. This is because each container creates its own namespace for storage(using AUFS or devicemapper), and as soon as […]