/spring-boot-cf-docker-broker

Orchestrate containers from Docker Hub on Cloud Foundry using a Spring Boot service broker

Primary LanguageJavaApache License 2.0Apache-2.0

Spring Boot CF Docker Broker

Spring Boot CF Docker Broker is a sample application that implements a Cloud Foundry service broker for orchestrating containers from a Docker registry inside a Spring Boot application.

This sample was extended from the Spring Boot CF Service Broker project template.

Overview

The goal of this project is to provide developers with a way to create platform provided services using Cloud Foundry and Spring Boot. This project is mostly intended for tinkering. It's a good starter for developers who are already familiar with Spring Boot and would like to orchestrate containers for creating platform services from publicly available container distributions on Docker Hub.

Compatibility