leigh capili

Results 150 comments of leigh capili

I haven't mentioned this, but one of the other reasons I want the folders to be saved is so that I can symlink to the other non-binary files as well....

@marcosnils you'd need to mount the `.gitconfig` into any containers you run in the dind if you want to pull git:// repos from inside of them, though

`PWD_IP_ADDRESS` is already set in the d-in-d shells. (not sure if this is set in the stack auto-exec environments) unfortunately, docker stacks don't allow you to reoplace characters like this...

@marcosnils you can interpolate env vars into a stack file 👍 no need for custom parsing.

Sure, here's a quick example of host shell variable interpolation: https://github.com/adamcaron/flip/blob/master/dev-stack.yml#L6 That repo uses a shell script and a env/source file to parameterize the dev-workflow with the stack You'll probably...

@strarsis ^ lmk if that's helpful back on topic: these interpolation features can be useful for generic, declarative configuration of Play-with-docker stacks, because we can load the values of the...

@marcosnils I'm not sure it's the right approach but you can use extension objects with Docker Compose v3.4 now: https://github.com/docker/cli/pull/452 ```yaml x-pwd-post-deploy: command: - echo - $${HOSTNAME} ``` I think...

@strarsis you need to set ``` version: ``` at the top of your compose yaml >= `'3.4'` in order to use extensions I don't know why you linked that other...

I like bret's idea on a welcome/help dialog additional suggestion to use localstorage or cookies to: `[ ] don't show this help dialog again`

> > I think the primary issue I see with ACLs is understanding what is available to you in terms of sources. As much as I like the idea of...