Docker Container for Spring Boot Admin
180
With Docker Compose
version: '3'
services:
spring-admin:
container_name: local-spring-admin
image: rustedshark/spring-boot-admin-docker:2.1.6
ports:
- "8090:8080"
With Docker Daemon
docker run -d -p 8090:8080 --name local-spring-admin rustedshark/spring-boot-admin-docker:2.1.6
Github - https://github.com/apolaskey/spring-boot-admin-docker
Content type
Image
Digest
Size
262.2 MB
Last updated
about 7 years ago
docker pull rustedshark/spring-boot-admin-docker:2.1.6