💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Today I'm going to show you how to get the most out of Docker, using a simple API server in Python as an example.
The code for this episode is available on GitHub: https://github.com/ArjanCodes/2022-docker.
🎓 ArjanCodes Courses: https://www.arjancodes.com/courses/
Check out @codeSTACKr and @JackHerrington's channel I mentioned in the video here:
- https://www.youtube.com/c/codeSTACKr
- https://www.youtube.com/c/jackherrington
🔖 Chapters:
0:00 Intro
1:04 Explaining the code example
3:22 Running the server locally (without Docker)
5:05 Docker & cloud deployment
6:45 Issues with running code in your local development environment directly
8:01 Building and running a Docker container locally
14:40 Docker-compose introduction
15:54 Docker-compose YAML file example
19:32 Dealing with changes in the data
#arjancodes #softwaredesign #python