Sign inSign up

rustedshark/spring-boot-admin-docker

By rustedshark

Updated about 7 years ago

Docker Container for Spring Boot Admin

Image
0

180

rustedshark/spring-boot-admin-docker repository overview

Running

With Docker Compose

version: '3'
services:
    spring-admin:
        container_name: local-spring-admin
        image: rustedshark/spring-boot-admin-docker:2.1.6
        ports:
            - "8090:8080"

With Docker Daemon

docker run -d -p 8090:8080 --name local-spring-admin rustedshark/spring-boot-admin-docker:2.1.6

Github - https://github.com/apolaskey/spring-boot-admin-docker

Tag summary

Content type

Image

Digest

Size

262.2 MB

Last updated

about 7 years ago

docker pull rustedshark/spring-boot-admin-docker:2.1.6