Performance testing and devops artifacts
96
JPetstore Docker
Spin up a container for JPetStore for performance testing. You can deploy it either locally on docker desktop or on cloud.
Login to docker using commands below on your CLI.
docker login -u <your-username> -p <your-password>
Execute the commands below to access the application.
docker pull dhirajch/perfrepository:v1.0
docker run -p 8080:8080 dhirajch/perfrepository:v1.0
Content type
Image
Digest
sha256:529a00a58…
Size
610.7 MB
Last updated
over 2 years ago
docker pull dhirajch/perfrepository:jpetstorefixed