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

Docker Engine - The backbone of Docker

Docker Engine is a client-server application that has the following components:

  • Dockerd: This is a daemon process that keeps running in the background of the host OS to keep a track of the Docker container attributes, such as status (up/running/stopped)
  • Rest API: This provides the interface to interact with daemon and perform actions on containers
  • Docker command line: This provides the command-line interface to create and manage Docker objects, such as images, containers, networks, and volumes
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