Sign inSign up

kereval/jpetstore

By kereval

Updated over 9 years ago

JPetStore is a completely rewritten Pet Store application based on Sun's original J2EE Pet Store.

Image
1

619

kereval/jpetstore repository overview

HOW TO USE THIS IMAGE

This image is based on this project: https://github.com/mybatis/jpetstore-6

start a jpetstore instance

docker run -p 8080:8080 --name jpetstore kereval/jpetstore:6 mvn cargo:run

By default, this instance use tomcat-8.5. For other profiles:

Profile Description tomcat90 => Running under the Tomcat 9.0 (Mileston version) tomcat85 => Running under the Tomcat 8.5 (default profile) tomcat80 => Running under the Tomcat 8.0 tomcat70 => Running under the Tomcat 7.0 tomee => Running under the TomEE 7 wildfly => Running under the WildFly 10 liberty => Running under the WebSphere Liberty 16 jetty => Running under the Jetty 9 glassfish => Running under the GlassFish 4 resin => Running under the Resin 4

Run this command: docker run -p 8080:8080 --name jpetstore kereval/jpetstore:6 mvn cargo:run -P $PROFILE

Example: docker run -p 8080:8080 --name jpetstore kereval/jpetstore:6 mvn cargo:run -P tomcat90

use

Run application in browser http://localhost:8080/jpetstore/

Tag summary

Content type

Image

Digest

Size

268.5 MB

Last updated

over 9 years ago

docker pull kereval/jpetstore:6