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

Deploying an application on Docker

In this section, we will deploy our cloud native application, which we developed in the previous chapters. However, before we begin with the creation of our application architecture, there are a few concepts of Docker one should be aware of, some of which are as follows:

  • Docker images: These are basically a combination of library and the applications deployed on top of it. These images can be downloaded from the Docker Hub public repository, or you can create your customized images as well.
  • Dockerfile: This is a configuration file to build your images that can be used to run your Docker machine later on.
  • Docker Hub: This is a centralized repository where you can keep your images, which can be shared across ...
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