Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloudlena/docker-compose-buildpack
- Owner: cloudlena
- License: other
- Created: 2016-12-04T22:31:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T22:43:58.000Z (9 months ago)
- Last Synced: 2024-02-10T23:27:38.164Z (9 months ago)
- Topics: buildpack, cloud-foundry, docker, docker-compose
- Language: Shell
- Size: 17.6 KB
- Stars: 9
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.