Laura Brehm
Laura Brehm
I made https://github.com/docker/cli/pull/4067, which makes it so that explicitly setting `--size=false` overrides the automatic size request detection from the template on the CLI. We should look at ways of improving...
cc @neersighted
@slonopotamus Could you sign-off your commit? The DCO check is [failing](https://github.com/docker/go-connections/pull/115/checks?check_run_id=30604890022).
I _believe_ on Windows the for the created socket would follow the rest how filesystem permissions work there, i.e. hierarchical depending on the directory it's in. But maybe someone more...
I went to look a bit into this, and from the Microsoft [post about `AF_UNIX` support on Windows](https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/): > Communication over unix sockets can be secured by controlling the file...
Yup! I had written some of that in that reply: > [the os.Chmod docs](https://pkg.go.dev/os#Chmod) state that: > > > On Windows, only the 0o200 bit (owner writable) of mode is...
There have been a few issues that were introduced/addressed over the last few years which could've caused this, including issues in [`containerd`](https://github.com/containerd/containerd) which would be included in some but not...
Recording with the UX/copy changes: https://github.com/docker/cli/assets/70572044/8032e70b-8633-4d67-85b8-2b3002eb9c18
> you're probably doing this already... but can we hide the "Authenticating with existing credentials" (and error) bit if that isn't happening? Yep! That message should only show up when...
Superseded by https://github.com/docker/cli/pull/5244 or https://github.com/docker/cli/pull/5245