moby
moby copied to clipboard
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
**Description** There's no chance to log into the same registry using different credentials to access to different images within. **Steps to reproduce the issue:** 1. `docker login https://registry.example.com/team1` - provide...
### Description When undraining the node and [immediately] placing a docker service on this node the container doesn't show up in `docker ps` command for 30 sec / 1 min...
Hi folks, thanks for all your great work. I was previously running a "library/registry" on `localhost:5000`. With Docker 1.3+, I was required to run _docker_ with `--insecure-registry localhost:5000`. Doing so...
**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**
### Description Leaving a swarm (doesn't matter if as a manager or worker) causes port mappings of standalone containers that were started via docker-compose to be removed. The affected containers...
First commit copies the resolver code from buildkit with fix for insecure registries and could be backported. Second commit cleans up the resolve logic using containerd's host config.
### Description DNS resolution of container name points to every container with the same name, instead of just the one that is associated with the stack ### Reproduce setup multiple...
### Description Docker related issue: Here we are running our Linux based application inside docker container & when we start the process it holds 1.4GB of memory we haven’t explicitly...
This will return a single entry for each name/value pair, and for now all the "image specific" metadata (labels, config, size) should be either "default platform" or "first platform we...
### Description Since updating Docker Engine to version 25, loading images into various distributions of Kubernetes has been impossible due to what appears to be mismatching hashes of manifests/images. Downgrading...