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
- Host: GitHub
- URL: https://github.com/qainsights/jpetstore-docker
- Owner: QAInsights
- License: apache-2.0
- Created: 2022-07-09T16:27:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T05:11:10.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T16:17:32.135Z (about 1 year ago)
- Topics: docker, docker-compose, jpetstore, qainsights
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!

## Docker Compose
```
docker-compose up -d
```
## 🙏 Thanks
[https://github.com/mybatis/jpetstore-6](https://github.com/mybatis/jpetstore-6)