Skip to Content
Cloud Native Python
book

Cloud Native Python

by Manish Sethi
July 2017
Intermediate to advanced
374 pages
8h
English
Packt Publishing
Content preview from Cloud Native Python

Understanding Docker

Docker is a Container Management System (CMS) that enables you to separate your application from your infrastructure, which makes it easier to develop, ship, and run your application. It is useful for managing Linux Containers (LXC). This let's you create images, and also perform actions on the containers as well as run commands or operations against containers.

In simple words, Docker provides a platform to package and run your application in an isolated environment called a container, and then ship it across different of software release environments, such as stage, pre-production, production, and so on.

Docker is lightweight in comparison to any Traditional VMs, as depicted in the following image:

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for DevOps

Python for DevOps

Noah Gift, Kennedy Behrman, Alfredo Deza, Grig Gheorghiu
Cloud Native

Cloud Native

Boris Scholl, Trent Swanson, Peter Jausovec

Publisher Resources

ISBN: 9781787129313Supplemental Content