Sign inSign up

jordin13/java-app

By jordin13

•Updated almost 2 years ago

Image
0

77

jordin13/java-app repository overview

Project - Spring Boot This project is a simple "Hello World" application built with Spring Boot.

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/java-app:latest Run the Container

Once the image is downloaded, run a container using the following command:

docker run -d -p 8080:8080 --name java-app jordin13/java-app:latest Access the Project

Open your browser and go to http://localhost:8080⁠. You should see the project running.

Tag summary

Content type

Image

Digest

sha256:5cef55c1c…

Size

227.9 MB

Last updated

almost 2 years ago

docker pull jordin13/java-app