Sign inSign up

arceus805/jfrog-demo

By arceus805

•Updated over 4 years ago

Spring PetClinic Sample Application

Image
0

491

arceus805/jfrog-demo repository overview

This docker image has been created using the Spring PetClinic Sample Application⁠.

⁠Run the application locally
  1. Login to dockerhub from the cli
    docker login -u <username> -p <password>
  2. Pull the latest jfrog-demo image
    docker pull arceus805/jfrog-demo:latest
  3. Run the docker image
    docker run -d --rm -p 8080:8080 arceus805/jfrog-demo:latest
  4. Browse to http://localhost:8080⁠ on the local workstation browser to access the Spring PetClinic Application

NOTE: Incase some other container is using host port 8080, expose the container's port 8080 over some other host port that is not being currently utilized by running the following command:
docker run -d --rm -p <unused host port>:8080 arceus805/jfrog-demo:latest
for example, the command below will run the image over host port 8050
docker run -d --rm -p 8050:8080 arceus805/jfrog-demo:latest

Tag summary

Content type

Image

Digest

Size

359.8 MB

Last updated

over 4 years ago

docker pull arceus805/jfrog-demo