Sign inSign up

michayaak/spring-boot-admin

By michayaak

•Updated about 6 years ago

Docker container running Codecentric's Spring Boot Admin

Image
2

2.7K

michayaak/spring-boot-admin repository overview

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⁠.

⁠Usage

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.

⁠SBA Versioning

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.

Tag summary

Content type

Image

Digest

Size

333.7 MB

Last updated

about 6 years ago

docker pull michayaak/spring-boot-admin