roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.

Results 281 roadmap issues
Sort by recently updated
recently updated
newest added

**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...

community_new
docker_hub

**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...

docker_desktop

**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...

docker_hub

**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)....

community_new

**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...

community_new

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...

community_new

**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...

community_new

**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...

community_new

**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...

community_new

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_...