This is a Docker-ized version of codecentric AG's Spring Boot Admin.
1.0K
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
Content type
Image
Digest
Size
102.1 MB
Last updated
over 8 years ago
docker pull bschalme/spring-boot-admin-server