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 My storage ran out and having understood that this was the root cause I cleared up space and restarted the docker. It did not work. Ran system prune...

status/0-triage
kind/bug
area/swarm
version/24.0

# Versions & co ## Docker Docker version ``` bash $ docker version Client: Version: 1.8.2 API version: 1.20 Go version: go1.4.2 Git commit: 0a8c2e3 Built: Thu Sep 10 19:19:00...

area/storage
version/1.8

During my test on `docker stack rm` commands, I found one difference from `docker-compose down`, `docker stack rm` doesn't have `-v` options, which is used to remove the volumes defined...

area/cli
kind/enhancement
exp/intermediate
area/swarm
area/stack

For me `docker system df -v` shows: ``` Images space usage: REPOSITORY TAG IMAGE ID CREATED SIZE SHARED SIZE UNIQUE SIZE CONTAINERS nuccy latest eb40b1ff80bc About an hour ago 20.37GB...

area/storage
kind/enhancement
area/ux

**Description** There's a race condition in copying image data into a mounted volume. If you create two containers simultaneously that share the same volume, one can sometimes get an error...

kind/enhancement
area/docs
area/volumes

Reduce the use to named (error) returns, and when used, use a distinctive name for the error-return, instead of `err`, which is error-prone, as it's easy to shadow, which could...

status/2-code-review
kind/refactor

I'm not sure what peoples stance is on this, but it'd be super handy to be able to export individual layers from an image. At the moment we use Docker...

area/distribution
kind/feature

### Description I installed Docker on an Ubuntu virtual machine: ```bash $> uname -a Linux ubuntu-linux-22-04-02-desktop 5.15.0-92-generic #102-Ubuntu SMP Wed Jan 10 09:37:39 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux ```...

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

### Description Docker Rootless fails to enable plugins on Docker v25.0.1 (with Debian12). I have replicated this error with: - ~~vieux/sshfs~~ (this plugin doesn't show this issue, see https://github.com/moby/moby/issues/47248#issuecomment-1926403623) -...

status/0-triage
kind/bug
area/networking
area/plugins
area/rootless
version/25.0

**Output of `docker version`:** ``` Client: Version: 1.11.0 API version: 1.23 Go version: go1.5.4 Git commit: 4dc5990 Built: Wed Apr 13 19:36:04 2016 OS/Arch: darwin/amd64 Server: Version: 1.11.0 API version:...

kind/feature
area/networking
version/1.11