This is an example rails app with docker+kubernetes+freelunchci. Please note that this app is not intended to be a production ready app or the base for a production rails app.
- please see the docs directory for more documentation / information.
- docker
- docker-compose
docker-compose build
docker-compose up
- initialize the database:
docker-compose run web rake db:migrate
- go to: http://localhost:3000/
- if you would like to change something in the app to cause a flci build you can update the apps version (config/environment.rb > APP_VERSION).
- nyi
- any changes to the Gemfile or the Dockerfile necessitate a
docker-compose build
- get a rails console:
docker-compose run web rails console