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