Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethkalmer/docker-stack
https://github.com/kennethkalmer/docker-stack
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kennethkalmer/docker-stack
- Owner: kennethkalmer
- Created: 2013-10-31T16:50:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T04:47:01.000Z (about 9 years ago)
- Last Synced: 2024-04-16T05:35:25.017Z (7 months ago)
- Language: Ruby
- Size: 146 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DOCKER STACK
============This is bat country!
Overview
--------Deploy a container with a Rails/Rack application, that was produced by a CI/CD
pipeline of sorts.TODO
----- [ ] Have good solid base images ready (or Dockerfile's)
- [ ] Have a way to reliably get a checkout of the app into a container
- [ ] Have a reliable way to setup an environment for the container
- [ ] Run the tests in the container
- [ ] Commit and publish the container when the tests pass
- [ ] Deploy the container
- [ ] Switch load balancers over to new image
- [ ] Monitor for errors for short period
- [ ] Switch over to new container
- [ ] Kill older containerAUXILARY INFRASTRUCTURE
------------------------ [ ] PostgreSQL container
- [ ] Hipache/redis container
- [ ] Docker registry containerWILD WEST
---------Some random notes from our initial experiments
* Troubles with CoreOS running out of disk space.
* Might be easier building images on docker vagrant image, still deploy to CoreOS
* Setting up environment to run code (PATH especially)