Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active September 9, 2023 09:00
Show Gist options
  • Save atulkamble/bc8b8e19e0eab220a748674c9306ef22 to your computer and use it in GitHub Desktop.
Save atulkamble/bc8b8e19e0eab220a748674c9306ef22 to your computer and use it in GitHub Desktop.
docker2pythonapp-hello-world

Run python webapp on docker

docker run -p 5000:5000 in28min/hello-world-python:0.0.1.RELEASE

Check following link from web-browser http://localhost:5000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment