qainsights/jpetstore
A lightweight container for JPetStore - a demo application to learn performance concepts.
402
https://github.com/QAInsights/jpetstore-docker
💫 Spin up a lightweight container for JPetStore to learn the concepts of performance testing and engineering. You can deploy it either locally or cloud.
docker pull qainsights/jpetstore:latest
docker run -p 8080:8080 qainsights/jpetstore
Launch http://localhost:8080/jpetstore
🎉 Viola!
docker-compose up -d
docker pull qainsights/jpetstore