-
Урок 1. 00:02:41Introduction
-
Урок 2. 00:12:36Docker Overview
-
Урок 3. 00:01:48Getting started with Docker
-
Урок 4. 00:04:03Demo - Setup and Install Docker
-
Урок 5. 00:08:01Basic Docker Commands
-
Урок 6. 00:17:59Demo - Docker Commands
-
Урок 7. 00:03:30Demo - Docker Labs
-
Урок 8. 00:09:07Docker Run
-
Урок 9. 00:25:15Demo - Advanced Docker Run Features
-
Урок 10. 00:07:31Docker Images
-
Урок 11. 00:17:54Demo - Creating a new Docker Image
-
Урок 12. 00:01:49Environment Variables
-
Урок 13. 00:07:00Command vs Entrypoint
-
Урок 14. 00:18:23Docker Compose
-
Урок 15. 00:15:58Demo - Example Voting Application
-
Урок 16. 00:05:33Demo - Example Voting Application with Docker Compose
-
Урок 17. 00:04:50Docker Registry
-
Урок 18. 00:06:40Docker Engine
-
Урок 19. 00:04:56Docker PID - Demo
-
Урок 20. 00:12:32Docker Storage
-
Урок 21. 00:24:12Docker Storage - Demo
-
Урок 22. 00:05:18Docker Networking
-
Урок 23. 00:07:06Docker on Windows
-
Урок 24. 00:09:18Demo - Docker on Windows
-
Урок 25. 00:01:57Docker on MAC
-
Урок 26. 00:04:07Container Orchestration
-
Урок 27. 00:03:56Docker Swarm
-
Урок 28. 00:06:10Kubernetes Introduction
-
Урок 29. 00:00:49Conclusion
-
Урок 30. 00:01:59Course Completion Certificate
- Категории
- Источники
- Все курсы
- Разделы
- Книги
you can't install : apt install python-pip in ubuntu 20 or 18
you need to install : apt install python3-pip
then
pip3 install flask, not pip install flask
and
pip3 install flask-mysql, not pip install flask
And after docker build .
you can't run cause : Error: Could not import "app"
WORKDIR /opt
Only after this, a container by this image works well.