Attention:
Install Docker .
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
Access the app in the URL http://localhost:81 or http://localhost:82 (for HTTP).
Stop the containers.
docker stop myapp-python
Content type
Image
Digest
Size
336.1 MB
Last updated
over 4 years ago
docker pull andreluys01/app-python:1.0.0