Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 146 Bytes

File metadata and controls

13 lines (9 loc) · 146 Bytes

hello-docker-python

Build the image:

docker build -t hello

Run:

docker run --name hellocontainer -p 80:80 hello