Attention: 1) The application run here was developed by Ajeet Raina
https://collabnix.com/how-to-build-and-run-a-python-app-in-a-container/
Install Docker .
Start the containers.
cd lab-magnata/mags-python
docker build -f Dockerfile -t andreluys01/mags-python:1.0.0 .
docker run -i -t --name mags-python -p 84:5000 andreluys01/mags-python:1.0.0
Access the app in the URL http://localhost:84
Stop the containers.
docker stop mags-python
Content type
Image
Digest
Size
15.9 MB
Last updated
over 4 years ago
docker pull andreluys01/mags-python:1.0.0