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 Related to https://github.com/moby/moby/issues/42055 issue. When docker directory is mounted to tmpfs apt-get fails with "Invalid cross-device link". It works if I use btrfs storage backend or fuse-overlayfs. ###...

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

- fixes https://github.com/moby/moby/issues/38274 - fixes https://github.com/moby/moby/issues/44364 The CreatedAt date was determined from the volume's `_data` directory (`/var/lib/docker/volumes//_data`). However, when initializing a volume, this directory is updated, causing the date to...

status/2-code-review
area/volumes
kind/bugfix

fixes: #44610 **- What I did** I changed a log level from DEBUG to WARN and added the DNS addr and query to log. **- How I did it** **-...

status/2-code-review
area/networking

### Description We used the Fuzz engine to modify some Test(TestGenerateRandomName) data, and then the following crash appeared. We hope to get the help of the developer to confirm whether...

kind/bug
exp/beginner

### Description Sometimes `docker login` times out with `Login did not succeed, error: error response from daemon: Get "https://docker/v2/": Get "https://docker/v2/token...": net/http: request canceled (Client.Timeout exceeded while awaiting headers) (Client.Timeout...

area/cli
kind/feature

### Description using the list of `default-address-pools` in daemon.json in different orders leads to the configuration error: ``` failed to start daemon: Error initializing network controller: Error creating default "bridge"...

kind/bug
area/networking

Fixes #43442 **- What I did** Add implementation of wildcard DNS lookup for container aliases **- How I did it** `ResolveName` function is updated to perform both exact match for...

status/1-design-review
kind/enhancement
area/networking
impact/changelog
area/networking/dns

**- What I did** Implemented `docker import` for containerd integration **- How I did it** Write the blob to the content store, calculate the uncompressed data digest and create a...

status/1-design-review
area/images
area/daemon
containerd-integration

### Description I'm trying to run Docker in an unprivileged systemd-nspawn container. Unfortunately docker is unable to run there, because nspawn mounts cgroups filesystem in a [very specific way](https://github.com/systemd/systemd/blob/13a5ffa4777545ca18971bf23c6dfd12f005eef2/src/nspawn/nspawn-cgroup.c#L549), where...

status/0-triage
kind/bug

### Description Hello. Will you provide support for mounting block device partitions? For example: ``` --mount type=ext4,src=/dev/loop10000,dst=/home ``` Is there a reason why it's never been supported? Thank you.

status/0-triage
kind/feature