Spring PetClinic Sample Application
491
This docker image has been created using the Spring PetClinic Sample Application.
docker login -u <username> -p <password>docker pull arceus805/jfrog-demo:latestdocker run -d --rm -p 8080:8080 arceus805/jfrog-demo:latestNOTE: 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
Content type
Image
Digest
Size
359.8 MB
Last updated
over 4 years ago
docker pull arceus805/jfrog-demo