How To Create A Flask App In Python and Docker Tutorial 2

preview_player
Показать описание
------

You can also get the full course directly from Packt Publishing:

In this tutorial I will demonstrate how to create a Flask application using Python and Docker

== My Other Programming Courses ==
Docker in Motion

Professional programming courses for web developers

== Recommended Programming Books ==
Manning Publications books

Python books

PHP books

Linux books

MYSQL books

Docker books

Website hosting from Cloudways:

NordVPN

Namecheap $0.88 for a domain

#handsOnMicroserviceWithPython #flask #docker
Рекомендации по теме
Комментарии
Автор

Thanks clear explanation. Nice when things are working

ronaldronald
Автор

10:34 the correct command would be "docker run --name order-sys -d -p 5000:80 order-system"
thanks for nice content.

denisonfabio
Автор

Hey Peter, do you know where I can find the rest of the videos in this series?

uyirenchemen
Автор

Hey Peter
i'm doing the same type of application but I can't redenize in html, any idea what it might be?

Lucassilva-wyer
Автор

After executing run command docker status shows exited(0) but ports column shows empty and no browser opens as shown in video.... can you tell me am I missing anything?

satyaprasad
Автор

how did you run it on the browser?? what did you type? is it 0.0.0.0:5000 ?

Lamoboos