Sign inSign up

aetas/spring-boot-admin-docker

By aetas

Updated about 10 years ago

Dockerized codecentric/spring-boot-admin application

Image
8

50K+

aetas/spring-boot-admin-docker repository overview

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

Tag summary

Content type

Image

Digest

Size

58.7 MB

Last updated

about 10 years ago

docker pull aetas/spring-boot-admin-docker:1.4.1