Sign inSign up

prsales/spring-boot-admin

By prsales

Updated over 5 years ago

Spring Boot Admin server app

Image
0

303

prsales/spring-boot-admin repository overview

canopus

Spring Boot Admin server app

Tags

  • 2.3.0-alpine 2.3.0 2.3 2 latest

How to use this image

start a Spring Boot Admin instance
docker run --name=spring-boot-admin -p 8081:8081 -d prsales/spring-boot-admin:latest
adding trusted certificates

To add trusted certificates you have to map your local trusted certificates directory into /app/trusted-certificades.d container directory. The certificates must have the crt extension.

docker run --name=spring-boot-admin -p 8081:8081 -v trusted-certificades-dir:/app/trusted-certificades.d -d prsales/spring-boot-admin:latest

For further reference, please consider the following sections:

Tag summary

Content type

Image

Digest

Size

96.1 MB

Last updated

over 5 years ago

docker pull prsales/spring-boot-admin