An open API service indexing awesome lists of open source software.

https://github.com/qainsights/jpetstore-docker

lightweight container for JPetStore
https://github.com/qainsights/jpetstore-docker

docker docker-compose jpetstore qainsights

Last synced: 4 months ago
JSON representation

lightweight container for JPetStore

Awesome Lists containing this project

README

          

# ⭐ JPetstore Docker

## 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!

![image](https://user-images.githubusercontent.com/2826376/178115139-533f0b21-0d98-433f-a25e-435a7671594f.png)

## Docker Compose

```
docker-compose up -d
```

## 🙏 Thanks

[https://github.com/mybatis/jpetstore-6](https://github.com/mybatis/jpetstore-6)