https://github.com/aerphanas/sbd
Spring boot on docker example
https://github.com/aerphanas/sbd
docker java spring spring-boot
Last synced: 9 months ago
JSON representation
Spring boot on docker example
- Host: GitHub
- URL: https://github.com/aerphanas/sbd
- Owner: aerphanas
- License: mit
- Created: 2022-12-27T02:29:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T03:15:50.000Z (over 3 years ago)
- Last Synced: 2025-04-06T16:33:12.161Z (about 1 year ago)
- Topics: docker, java, spring, spring-boot
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SBD - Spring Boot Docker example
## How to Run
```sh
docker run --rm -p 8080:8080 ghcr.io/aerphanas/sbd:latest
```