Sign inSign up

lssalas/python-project

By lssalas

Updated almost 2 years ago

Hello World from Python

Image
Languages & frameworks
0

177

lssalas/python-project repository overview

Docker Hub Launch Manual

1. Download the Image

To download the image from Docker Hub, run:

docker pull lssalas/python-project:latest

2. Run the Container

Once the image is downloaded, run the container:

docker run -d -p 5000:5000 lssalas/python-project:latest

This will start the container, and the application will be available at http://localhost:5000/.

Notes

  • Docker must be running on your machine before running the commands.
  • GitHub Repository for more details.

Tag summary

Content type

Image

Digest

sha256:a87a896cc

Size

49.4 MB

Last updated

almost 2 years ago

docker pull lssalas/python-project