flitter icon indicating copy to clipboard operation
flitter copied to clipboard

Minimal Docker PaaS

Results 17 flitter issues
Sort by recently updated
recently updated
newest added

A _minimal_ PAAS interests me a great deal. Fleet seemed to make sense for the uses I've been dreaming up for it. My question is basically about the stack: What...

Solves a problem @ianblenke came up with in `Freenode#deis` earlier.

enhancement
help wanted

This SSH host key ideally should be stored inside etcd.

For now stick this in the root of a repo: ``` docker FROM flitter/buildstep EXPOSE 3000 ENV PORT 3000 CMD ["/start", "web"] ``` Replace the `CMD` with whatever command you...

``` core@flitter ~ $ /usr/bin/docker run --rm -P --name app-rails-4ba97409 --hostname rails -e HOST=$COREOS_PRIVATE_IPV4 10.132.196.65:5000/xena/rails:4ba9740 /bin/bash -x /start web + export HOME=/app + HOME=/app + chown -R u23685:u23685 /app +...