roadmap
roadmap copied to clipboard
Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.
**Tell us about your request** We have a subset of teams that work in the public Registry and need additional flexibility on the images they consume versus the rest of...
**Tell us about your request** registry-mirrors and [RAM setting](https://docs.docker.com/desktop/hardened-desktop/registry-access-management/) don't seem to work well together. Configuring a mirror for docker.io if you try and `pull hello-world` and docker.io restricted than...
**Tell us about your request** User-specified image management configurations for cleaning up unnecessary or unwanted repository tags. **Which service(s) is this request for?** Docker Hub **Tell us about the problem...
**Tell us about your request** We would like to be able to get via API call to DockerHub the activity of pull images via users inside the organization (private images)....
**Tell us about your request** For non-internal networks, the default gateway can be set like so: ```yaml networks: my-network: driver: bridge ipam: config: - subnet: 172.27.0.0/16 gateway: 172.27.0.1 ``` However...
Is it possible to make use of the WSL mirrored networking feature so that the docker daemon can listen directly on host interfaces? I was unable to setup docker stack...
**Tell us about your request** Currently if a user manually configures the proxy and they are in an org that uses sign-in enforcement (allowedOrgs) they can lock themselves out if...
**Tell us about your request** Because golang has so many vulnerabilities, any golang application superficially gets tagged with every vulnerability of golang. Usually all are false positives. **Which service(s) is...
**Tell us about your request** Software Vendors need a way to acknowledge/negative acknowledge vulnerabilities in containers. The existence of a vulnerable software component in a container does not make it...
For Docker Desktop, is there an API or an RSS feed that I can use to know when new releases come out? I am interested in creating automation which _strongly_...