Spring Boot Admin server app
docker run --name=spring-boot-admin -p 8081:8081 -d prsales/spring-boot-admin:latest
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:
Content type
Image
Digest
Size
96.1 MB
Last updated
over 5 years ago
docker pull prsales/spring-boot-admin