Sign inSign up

andreluys01/app-python

By andreluys01

Updated over 4 years ago

Image
0

45

andreluys01/app-python repository overview

Instructions for downloading and compiling the Docker image

Attention:

  1. The application run here was developed by Andreyev Melo and is very well documented in the links below.
  1. Install Docker .

  2. Start the containers.


cd lab-magnata/app_python

docker build -f Dockerfile -t andreluys01/app-python:1.0.0 .
docker run -i -t --name myapp-python -p 81:8001 -p 82:8002 andreluys01/app-python:1.0.0
  1. Access the app in the URL http://localhost:81 or http://localhost:82 (for HTTP).

  2. Stop the containers.

docker stop myapp-python

Tag summary

Content type

Image

Digest

Size

336.1 MB

Last updated

over 4 years ago

docker pull andreluys01/app-python:1.0.0