Jeff Lindsay
Jeff Lindsay
Yeah this is interesting. My initial reaction is it should be solved in Dokku ... but also that it should be solved with as minimal a solution as possible. For...
Exported how? On Tue, Feb 10, 2015 at 11:33 AM, Michael Hobbs [email protected] wrote: > An idea from IRC...what if buildstep (/exec) exported the user and group? > > —...
Oh I see. Interesting. On Tue, Feb 10, 2015 at 11:39 AM, Michael Hobbs [email protected] wrote: > If the accepted pattern is to run everything through /exec and it knows...
@stenius can you do some playing around with Heroku to see various cases where their splitting works and doesn't work? @yabawock perhaps if we just detect `;` or `&&` we...
I guess we're getting into a slippery slope. I generally don't want to run multiple processes in containers. With some exceptions, but that's just not how it was designed. Heroku...
When you say service template are you talking about an Upstart service?
@yabawock what do you think about just using [forego](https://github.com/ddollar/forego) for this purpose? Simple binary we can just drop in...
This is a weird issue. I remember getting this right took a while in Docker when it was released before I could make this (and Dokku). But it does work...
Any news/developments on this issue?
Well even though it's arguable this is terrible design, I think it's a reasonable solution to hardcode the multi buildpack to run first if it exists: https://github.com/gliderlabs/herokuish/blob/master/include/buildpack.bash#L84 An improvement on...