Sign inSign up

bschalme/spring-cloud-config-server

By bschalme

Updated over 8 years ago

A Docker-ized version of Spring Cloud Config Server.

Image
0

906

bschalme/spring-cloud-config-server repository overview

spring-cloud-config-server

Docker Automated build Image Size

This is a Docker-ized version of Spring Cloud Config Server.

Build the Spring Cloud Config Server as you would any other Gradle app:

./gradlew build

To build the Docker container:

docker build -t username/spring-cloud-config-server:latest .
docker push username/spring-cloud-config-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 8888:8888 username/spring-cloud-config-server

Tag summary

Content type

Image

Digest

Size

103.3 MB

Last updated

over 8 years ago

docker pull bschalme/spring-cloud-config-server