Skip to Content
Python Microservices Development
book

Python Microservices Development

by Tarek Ziadé
July 2017
Beginner to intermediate
340 pages
7h 43m
English
Packt Publishing
Content preview from Python Microservices Development

What is Docker?

The Docker (https://www.docker.com/) project is a container platform, which lets you run your applications in isolated environments. Docker leverages existing Linux technologies like cgroups (https://en.wikipedia.org/wiki/Cgroups) to provide a set of high-level tools to drive a collection of running processes. On Windows and macOS, Docker interacts with a Linux Virtual Machine, since a Linux kernel is required.

As a Docker user, you just need to point which image you want to run, and Docker does all the heavy lifting by interacting with the Linux kernel. An image in that context is the sum of all the instructions required to create a set of running processes on the top of a Linux kernel to run one container. An image includes ...

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 Microservices Development - Second Edition

Python Microservices Development - Second Edition

Simon Fraser, Tarek Ziadé
Python Web Development with Sanic

Python Web Development with Sanic

Stephen Sadowski, Adam Hopkins

Publisher Resources

ISBN: 9781785881114Supplemental Content