ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
This is great, build my first container and ready to deploy my app. You made it look pretty easy :). Can't believe I was going to deploy on an actual machine, now I can just pop this onto my Synology
Great video! Thanks for kick starting my Flask/Docker learning.
Is this same with windows?
There should be no significant difference with Windows!
I have this exact setup but whenever I run my docker container it says it cant find the modules, specifically Flask. Why is this?
Hi! Did your pip installations fail during your `docker run` command?
Douglas Lenz yup
Useful video. Would be nice to have access to the project files in github.
You never went over the requirements.txt file, any chance you can upload that?
his requirements.txt will have gunicorn and Flask dependencies
Example of requirements.txt: Flask==0.10.1gunicorn==19.4.5
thanks a lot.
This is great, build my first container and ready to deploy my app. You made it look pretty easy :). Can't believe I was going to deploy on an actual machine, now I can just pop this onto my Synology
Great video! Thanks for kick starting my Flask/Docker learning.
Is this same with windows?
There should be no significant difference with Windows!
I have this exact setup but whenever I run my docker container it says it cant find the modules, specifically Flask. Why is this?
Hi! Did your pip installations fail during your `docker run` command?
Douglas Lenz yup
Useful video. Would be nice to have access to the project files in github.
You never went over the requirements.txt file, any chance you can upload that?
his requirements.txt will have gunicorn and Flask dependencies
Example of requirements.txt:
Flask==0.10.1
gunicorn==19.4.5
thanks a lot.