Simple Dockerfile example for CldAWS230 Homework.
Assets
From the directory containing the Dockerfile, use the following to build:
docker build -t terrywbrady/cldaws230week3 .
To run the image
docker run --rm --name pip -p 5000:5000 terrywbrady/cldaws230week3
Open the following link in your browser: http://localhost:5000
To run multiple copies
I do not understand the suggestion in the assignment about running multiple copies of the application using docker run.
Content type
Image
Digest
Size
339 MB
Last updated
over 7 years ago
docker pull terrywbrady/cldaws230week3