Sign inSign up

andreluys01/mags-python

By andreluys01

Updated over 4 years ago

Image
0

44

andreluys01/mags-python repository overview

Instructions for downloading and compiling the Docker image

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/

  1. Install Docker .

  2. 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

  1. Access the app in the URL http://localhost:84

  2. Stop the containers.

docker stop mags-python

Tag summary

Content type

Image

Digest

Size

15.9 MB

Last updated

over 4 years ago

docker pull andreluys01/mags-python:1.0.0