Docker container running Codecentric's Spring Boot Admin
2.7K
A docker image running Codecentric's Spring Boot Admin, see https://github.com/codecentric/spring-boot-admin. The images are created with https://github.com/michaelyaakoby/spring-boot-admin-docker.
To run SBA:
docker run -p 8082:8082 michayaak/spring-boot-admin
Spring Boot applications should register with SBA using an IP address that can be accessed from the container.
Note that If your application isn't running in a container and it binds to localhost/127.0.0.1 (as opposed to 0.0.0.0) it should register with SBA as http://host.docker.internal/actuator so the SBA container could access it the actuator API.
The tags of the images in this repository are the target SBA version, so running SBA version 2.0.0 you should use michayaak/spring-boot-admin:2.0.0.
Content type
Image
Digest
Size
333.7 MB
Last updated
about 6 years ago
docker pull michayaak/spring-boot-admin