Project - Flask This project is a simple "Hello World" application built with Flask.
Student Name Jordin Pinzon
Course SI8 - P2
Download the Docker Hub Image If you prefer to avoid manual installation and configuration, you can download and run the preconfigured image from Docker Hub.
Steps to Download and Run the Image from Docker Hub Install Docker
If you don't have Docker installed yet, download and install it from Docker's official website.
Download the Image
Open your terminal and run the following command to download the Docker image:
docker pull jordin13/python-app:latest Run the Container
Once the image is downloaded, run a container using the following command:
docker run -d -p 5000:5000 --name python-app jordin13/python-app:latest Access the Project
Open your browser and go to http://localhost:5000. You should see the project running.
Content type
Image
Digest
sha256:8be1f1e48…
Size
509.1 MB
Last updated
almost 2 years ago
docker pull jordin13/javascript-app