Dockerizing Python | Deep Dive

Описание к видео Dockerizing Python | Deep Dive

A deep dive into containerizing a Python workload.

In each step, we will add a new feature to our Dockerfile, each addition will trade off something for something else. The goal is to end up with a Dockerfile that is both simple, robust and easy to maintain.

All code in this video can be found here:
https://github.com/soof-golan/dockeri...

Spoiler: 00:06
App Overview: 00:48
Step 1 - KISS: 01:30
Step 2 - Package Manager: 04:06
Step 3 - Basic Improvements: 06:16
Step 4 - Advanced Fixes - Multi Stage: 07:48
Step 4 - Advanced Fixes - Python Runtime Config: 08:46
Step 5 - Larger Project: 10:55
Step 5 - .dockerignore like a Pro: 11:37
Final Dockerfile: 11:53
Extra 1 - Compiling Dependencies: 12:51
Extra 2 - Need For Speed: 14:10
Extra 3 - Moving Complexity: 14:44
Summary: 16:40
Final Dockerfile + Extras: 17:43

Комментарии

Информация по комментариям в разработке