moby icon indicating copy to clipboard operation
moby copied to clipboard

The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

Results 1256 moby issues
Sort by recently updated
recently updated
newest added

**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`...

status/2-code-review
area/testing
kind/refactor

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...

kind/enhancement
area/swarm
area/stack

- follow-up to https://github.com/moby/moby/pull/44266 See individual commits for details 😅

status/2-code-review
kind/refactor

### 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 -...

status/2-code-review
kind/refactor

**- 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)**

area/logging
platform/windows
status/2-code-review
kind/refactor

- 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...

platform/windows
status/2-code-review
kind/refactor

### 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...

status/0-triage
status/more-info-needed
kind/bug

- 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...

platform/windows
kind/bug
version/master