moby
moby copied to clipboard
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
**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...
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...
### 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...
### 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:...
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...
### 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...
### Description $ docker inspect ./ [] json: cannot unmarshal array into Go value of type types.ContainerJSON ### Reproduce Run docker inspect ./ ### Expected behavior `docker inspect` with inappropriate...
### 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...
### 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...