docker-helloworld-python-microservice
docker run --name hello --detach -p 8080:8080 quay.io/isanchez/helloworld-python-microservice
Example Output: Hello World from host "f55d3140b679".
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
docker run --name hello --detach -p 8080:8080 quay.io/isanchez/helloworld-python-microservice
Example Output: Hello World from host "f55d3140b679".