Till!

Results 279 comments of Till!

I stumbled across this today as I used another container for `dockerd` and after googling a lot and reading code I think this is a (currently) bug, as [the documentation...

Couldn't find it, apologies. Do you have any pointers what you'd like to see in a PR? I can try to whip something up.

I may have overlooked this also because the wording is somewhat wrong in the docs. This is not (just) related to a _socket connection_, but overall using `DOCKER_HOST` with environment...

> Another example: `DOCKER_HOST=ssh://user@server` -- again we do not want `--docker-host=inherit` the builder container does not have password or ssh keys to access it. I am not sure what you...

@matejvasek thanks for elaborating and clarifying, I think I understand what you mean. I am trying to make it behave how it is generally expected for a new user, vs....

No, the dind is running per user in a tenant/namespace with resource quotas applied. Also to ensure the cache doesn't work across boundaries etc.. I definitely do not want host...

@fg-j did you manage to build the app?

It wasn't working for us either out of the box, I'll pull together what we had to do later in the day.

@fg-j @sophiewigmore we published a working example here: https://github.com/hostwithquantum/runway-example-php Not ideal yet, it works, but IMHO too many changes required for a smooth (user) experience. The readme outlines everything that's...

Thanks for the detailed response. :) The error I got is the error in this issue. 👆 It fails to load classes from other paths than `./vendor`. I understand the...