Sign inSign up

bschalme/spring-boot-admin-server

By bschalme

Updated over 8 years ago

This is a Docker-ized version of codecentric AG's Spring Boot Admin.

Image
0

1.0K

bschalme/spring-boot-admin-server repository overview

spring-boot-admin-server

Docker Automated build Image Size

This is a Docker-ized version of codecentric AG's Spring Boot Admin.

Build the Spring Boot Admin Server as you would any other Gradle app:

./gradlew build

To build the Docker container:

docker build -t username/spring-boot-admin-server:latest .
docker push username/spring-boot-admin-server:latest

The preceding example tags and pushes the image to Docker Hub under username. If you are using a private registry, replace username with the FQDN of your Docker registry.

To run in Docker:

docker run -dp 8080:8080 username/spring-boot-admin-server

Tag summary

Content type

Image

Digest

Size

102.1 MB

Last updated

over 8 years ago

docker pull bschalme/spring-boot-admin-server