Question: For this assignment you will be creating a flask application to generate a QR code based on form input. All you need is to type

For this assignment you will be creating a flask application to generate a QR code based on form input. All you need is to type the code into main.py that is in the photos
Command Reference - No Particular Order
docker build -t kaw393939/python312 .
docker run -it kaw393939/python312
docker run -it kaw393939/python312
docker run -it kaw393939/python312 app.py
docker compose up --build
docker compose up
docker run --volume /Users/keithwilliams/Desktop/fall2022/qrprog/qr_generator_service/images:/home/myuser/images Note:
You need to build each time you change your dockerfile
docker exec -it bash allows you to login to the running container
docker tag local-image:tagname new-repo:tagname docker push new-repo:tagname docker login
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
