Web application to practice/demonstrate containerization w/ Docker & Flask.
- Python
- GO
- Flask
Run the below commands in your terminal / command line:
cd ...
git clone https://github.com/malcolmrichardson/docker-flask-practice.git
cd docker-flask-practice
docker image build -t docker-flask-tutorial
docker run -p 5000:5000 -d docker-flask-tutorial
Application runs on http://127.0.0.1:5000 / localhost:5000 by default. Enjoy and thank you!
