<div>Learn the fundamentals of containerization and get acquainted with Docker. This second edition builds upon the foundation of the first book by revising all the chapters, updating the commands, code, and examples to meet the changes in Docker. It also introduces a new chapter on setting up your
Practical Docker with Python
โ Scribed by Sathyajith Bhat
- Publisher
- Apress
- Year
- 2018
- Tongue
- English
- Leaves
- 195
- Edition
- 1st ed.
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Learn the key differences between containers and virtual machines. Adopting a project based approach, this book introduces you to a simple Python application to be developed and containerized with Docker.
After an introduction to Containers and Docker you'll be guided through Docker installation and configuration. You'll also learn basic functions and commands used in Docker by running a simple container using Docker commands.
The book then moves on to developing a Python based Messaging Bot using required libraries and virtual environment where you'll add Docker Volumes to your project, ensuring your container data is safe. You'll create a database container and link your project to it and finally, bring up the Bot-associated database all at once with Docker Compose.
What You'll Learn
- Build, run, and distribute Docker containers
- Develop a Python App and containerize it
- Use Dockerfile to run the Python App
- Define and run multi-container applications with Docker Compose
- Work with persisting data generated by and used by Docker containers
Intermediate developers/DevOps practitioners who are looking to improve their build and release workflow by containerizing applications
โฆ Table of Contents
Front Matter ....Pages i-xv
Introduction to Containerization (Sathyajith Bhat)....Pages 1-8
Docker 101 (Sathyajith Bhat)....Pages 9-38
Building the Python App (Sathyajith Bhat)....Pages 39-51
Understanding the Dockerfile (Sathyajith Bhat)....Pages 53-89
Understanding Docker Volumes (Sathyajith Bhat)....Pages 91-118
Understanding Docker Networks (Sathyajith Bhat)....Pages 119-150
Understanding Docker Compose (Sathyajith Bhat)....Pages 151-182
Back Matter ....Pages 183-186
โฆ Subjects
Computer Science; Python; Web Development; Software Engineering
๐ SIMILAR VOLUMES
<div>Learn the fundamentals of containerization and get acquainted with Docker. This second edition builds upon the foundation of the first book by revising all the chapters, updating the commands, code, and examples to meet the changes in Docker. It also introduces a new chapter on setting up your
<div><p>Learn the key differences between containers and virtual machines. Adopting a project based approach, this book introduces you to a simple Python application to be developed and containerized with Docker.</p><p>After an introduction to Containers and Docker you'll be guided through Docker in
Introduction to containerization -- Docker 101 -- Building the Python app -- Understanding the Dockerfile -- Understanding Docker volumes -- Understanding Docker networks -- Understanding Docker compose.;Learn the key differences between containers and virtual machines. Adopting a project based app
Learn the key differences between containers and virtual machines. Adopting a project based approach, this book introduces you to a simple Python application to be developed and containerized with Docker.<br />After an introduction to Containers and Docker you'll be guided through Docker installatio
<span>Learn the fundamentals of containerization and get acquainted with Docker. This second edition builds upon the foundation of the first book by revising all the chapters, updating the commands, code, and examples to meet the changes in Docker. It also introduces a new chapter on setting up your