Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 144 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 144 Bytes

DockerHub Integration Example v1.2.0

Building with Docker

docker build -t hello-world-python .

Run

docker run --rm hello-world-python