Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aledbf/docker-cedarish-to-rocket-herokuish
https://github.com/aledbf/docker-cedarish-to-rocket-herokuish
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aledbf/docker-cedarish-to-rocket-herokuish
- Owner: aledbf
- Created: 2015-01-07T23:48:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-11T18:47:39.000Z (over 9 years ago)
- Last Synced: 2024-10-14T15:56:52.485Z (3 months ago)
- Language: Shell
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-cedarish-to-rocket-herokuish
===================================This is an experiment to "port" the use of [cedarish](https://github.com/progrium/cedarish) using docker in [deis](https://github.com/deis/deis) to [herokuish](https://github.com/gliderlabs/herokuish) using [rocket](https://github.com/coreos/rocket) to build apps ala Heroku
steps:
1. build the application inside docker using herokuish
2. extract the "compiled" application (tgz)
3. convert heroku/cedar:14 docker image required to run apps (slugrunner.aci)
4. build an image for the compiled app using slugrunner.aci as dependency
5. launch a nginx container (as "registry")
6. launch a docker container with rocket to download and run the application