Daniel Nephin
Daniel Nephin
> Can we make this a global option Maybe, but I think that is a separate issue. I don't think it is appropriate to configure this as only a global...
Sounds good! This now supports `after=`
> There is a regression with --detach (no arg form). It defaults to false but should default to true. Oops, not sure what I was thinking. Fixed the flag, and...
I'd be happy to submit a patch for this if you can point me in the right direction (specific files or packages to look at). I'm also happy to run...
A workaround is to set `TMPDIR` to a directory that isn't symlinked. A fix would be to add `filepath.Abs()` to the expected values in these tests.
This is because the network name check is being done client side, and the client in this case is windows, so it's not recognizing the `host` network as a non-user...
afaik we're still good for 3.4
I think so, this will need to be moved to the 3.5 schema since 3.4 has been released, but we can do that as a follow up if necessary
Hmm, thinking about this again. Are we sure this is something we want to expose in the Compose file? If someone uses `scope: local` will the services actually be able...