How to dockerize a web application.
Docker introduction : • Dockerize a simple python application.
Flask basic app : • How to create a basic Python web app ...
Timelines
----------------------
00:00 Intro & Learning Objectives
00:49 Explore Web App
01:55 Code changes
02:50 Requirements.txt
03:02 Dockerfile
04:57 Docker Build
05:57 Docker Run
06:11 Explore Container
06:50 Run docker in Background (detach mode)
07:18 Port mapping
07:50 Docker logs
08:04 Acces from browser
08:38 Why use .dockerignore
09:04 How to add .dockerignore
09:20 wokring directory
09:47 Version 2 of docker image
11:11 Docker exec
12:10 Outro