moby
moby copied to clipboard
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
### 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. ###...
- 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...
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** **-...
### 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...
### 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...
### 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"...
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...
**- 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...
### 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...
### 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.