Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudlena/docker-compose-buildpack

An experimental Cloud Foundry buildpack to push applications using Docker Compose
https://github.com/cloudlena/docker-compose-buildpack

buildpack cloud-foundry docker docker-compose

Last synced: 10 days ago
JSON representation

An experimental Cloud Foundry buildpack to push applications using Docker Compose

Awesome Lists containing this project

README

        

# Cloud Foundry Docker Compose Buildpack

> This is an **experiment** and therefore not to be used in production.

This buildpack installs the [Docker Engine](https://www.docker.com/products/docker-engine) and [Docker Compose](https://docs.docker.com/compose/) and allows to run Docker applications within the Cloud Foundry [Garden Container](https://docs.cloudfoundry.org/concepts/architecture/garden.html). This allows you to `cf push` ordinary `docker-compose.yml` files and have them run within Cloud Foundry.