Главная
Study mode:
on
1
Introduction
2
Challenges
3
Requirements
4
Project Structure
5
Python Service
6
Docker Image
7
Docker File
8
Base Image
9
Add Database Service
10
Docker Compose
11
Sample File
12
Run Docker Compose
13
Add Web UI Service
14
Compose
15
Separate Networks
16
Persistence
17
Dev Inner Loop
18
Debug Containers
19
Run locally
20
Summary
21
Exercise
22
Project Overview
23
Launching the App
24
Deploy the App
25
Query Flask Server
Description:
Explore best practices for developing multi-tier Python applications using Docker Compose in this 29-minute talk by Anca Iordache from Docker. Learn how to bootstrap projects, implement efficient development workflows with debugging and automated testing, and create reproducible, optimized builds. Discover techniques for managing versions, dependencies, and configurations to streamline your Python development process. Gain insights into project structure, Docker image creation, database integration, and network separation. Master the development inner loop, container debugging, and local deployment. Includes a hands-on exercise covering project overview, app launching, and querying a Flask server.

Best Practices for Compose-Managed Python Apps

Docker
Add to list