Sign inSign up

terrywbrady/cldaws230week3

By terrywbrady

Updated over 7 years ago

Homework assignment notes

Image
0

190

terrywbrady/cldaws230week3 repository overview

Simple Dockerfile example for CldAWS230 Homework.

Assets

Build

From the directory containing the Dockerfile, use the following to build:

docker build -t terrywbrady/cldaws230week3 .

Execution

To run the image

docker run --rm --name pip -p 5000:5000 terrywbrady/cldaws230week3

View the results

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.

Tag summary

Content type

Image

Digest

Size

339 MB

Last updated

over 7 years ago

docker pull terrywbrady/cldaws230week3