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

**Feature request**: Docker's embedded DNS server is available over IPv6 in addition to the already-existing IPv4. Docker includes the IPv6 address of its embedded DNS name server when generating a...

kind/feature
area/networking
area/networking/ipv6
area/networking/dns

Mostly a tracking issue as follow-up to https://github.com/moby/moby/pull/41030 (https://github.com/moby/moby/pull/41030#issuecomment-639107472) Many base images now no longer require `CAP_NET_RAW ` to use `ping` in a container, but there's some images that may...

roadmap
area/networking

### Description We are unable to build a simple image using buildx, with the docker buildkit driver, where the docker daemon is running with the following configuration: - userns remap...

area/builder
status/0-triage
kind/bug
area/security/userns
area/builder/buildkit
containerd-integration
version/25.0

### Description As described in the docs (https://docs.docker.com/compose/compose-file/compose-file-v3/#network-configuration-reference) when using Swarm (`docker stack deploy ...`) the following stack yml (excerpt) ... ``` services: web: networks: nonet: {} networks: nonet: external:...

area/docs
area/networking
area/swarm

This populates the "Image" field on containerd containers, but only when using the containerd image store. This allows containerd clients to look up the image information. In order to be...

**Description** Swarm: No key to tell if `--data-path-addr` was used **Steps to reproduce the issue:** 1. Initialize a new swarm ``` docker swarm init --advertise-addr=192.168.0.1 --data-path-addr=192.168.0.2 ``` 2. Inspect the...

kind/enhancement
exp/beginner
area/swarm
version/17.06

### Description Follow up from https://github.com/moby/moby/pull/47375 ... We should have an easy way to test for a network that need configuration for an internal DNS server. Hopefully we can use...

kind/enhancement
area/networking

### Description $ docker inspect ./ [] json: cannot unmarshal array into Go value of type types.ContainerJSON ### Reproduce Run docker inspect ./ ### Expected behavior `docker inspect` with inappropriate...

area/cli
status/0-triage
kind/enhancement

### Description Let's assume you have: - cgroupv2 only OS (e.g. Ubuntu 22.04 or [gardenlinux 934.7](https://github.com/gardenlinux/gardenlinux/releases/tag/934.7)) - A running Kubernetes cluster (e.g. Kind) on that OS - Create a DinD...

status/0-triage
kind/bug
area/cgroup2

### Description This is the ported Bug-Report from: https://github.com/docker/compose/issues/11354 I am currently facing an issue with my Intel NUC running Debian SID that has persisted for about a year. Despite...

kind/question
status/0-triage
area/systemd
area/volumes
version/25.0