Dockerized codecentric/spring-boot-admin application
50K+
To run:
docker run -d -p 8090:8080 --net=admin-network --name admin aetas/spring-boot-admin-docker:1.4.1
In your Spring Boot application add to application.properties:
spring.boot.admin.url=http://admin:8080
When running your application with "docker run" add parameter "--net=admin-network" so it looks like:
docker run [... other options ...] --net=admin-network [your_app_image_name]
In browser, go to page http://localhost:8090 to see Spring Boot Admin console.
See also blog post with more info on http://aetas.pl/?p=347
Source code on Github: https://github.com/maniekq/spring-boot-admin-docker
Content type
Image
Digest
Size
58.7 MB
Last updated
about 10 years ago
docker pull aetas/spring-boot-admin-docker:1.4.1