moby
moby copied to clipboard
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
**Description** After redeploying a stack many times, services cannot attach to an external overlay network until the network recreated. The issue happens if a new stack is on the edge...
### pkg/chrootarchive: replace system.MkdirAll for os.Mkdir, use t.TempDir() `system.MkdirAll()` is a special version of os.Mkdir to handle creating directories using Windows volume paths (`"\\?\Volume{4c1b02c1-d990-11dc-99ae-806e6f6e6963}"`). This may be important when `MkdirAll`...
Hi there, **Description** as [already asked](https://github.com/docker/compose/pull/5314) for docker compose it would be nice to have that feature also for `docker stack deploy`. stop_grace_period is nice for consistently shutdown containers during...
- follow-up to https://github.com/moby/moby/pull/44266 See individual commits for details 😅
### pkg/system: move DefaultPathEnv to oci, use BuildKit for builder This patch: - Deprecates pkg/system.DefaultPathEnv - Moves the implementation inside oci - For the builder, use the BuildKit implementation -...
**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**
- follow-up to https://github.com/moby/moby/pull/44302 This function doesn't match the signature of os.MkdirAll(), and permissions are a no-op on Windows (in this case, the sddl mostly takes it place), so dropping...
### Description Our Kubernetes cluster auto-scales, and as part of scaling up a new node, we install Docker to run Kubernetes on. Today, a node scaled out and installed Docker...
- follow-up to https://github.com/moby/moby/pull/44226 - depends on https://github.com/tonistiigi/fsutil/pull/136 - depends on https://github.com/moby/buildkit/pull/3144 testing if all works combined
**Description** I'm getting the same error on two machines (One Windows 10 build 14931, the other is Windows Server 2016 RTM). I have a few other machines where I do...