roadmap
roadmap copied to clipboard
Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.
I am trying to connect a remote docker daemon to my docker desktop on MAC (MBP, m1 chip), so that I can view the containers running on the remote VM...
**Tell us about your request** > "Attackers can often gain access to multiple containers once they've gained a foothold in the host. If a container can access the system file...
**Tell us about your request** When Kubernetes is enabled in Docker Desktop, the containers of the K8s control plane are normally hidden in the DD GUI and CLI, **but the...
Hello! I am just wondering if it is possible to retrieve a docker image's parent image reference, similar to what docker hub as shown below:  I understand there's `docker...
**Tell us about your request** Current proxy support in DD enables GSSAPI/SPNEGO options like Kerberos/Negotiate and NTLM, but if those auth types fail for any reason do to a breakdown...
I am requesting support for nested virtualization in Docker Desktop for Linux environments. This feature would empower users to run Docker Desktop inside a virtual machine (VM) that is already...
**Tell us about your request** Show remaining update download time, speed and remaining size. **Which service(s) is this request for?** Docker Desktop. **Tell us about the problem you're trying to...
**Tell us about your request** We're currently interested in using `docker init` in some devex tooling, and would like to import it as a library rather than manage wrapping the...
**Tell us about your request** Each container should have its own domain name, like `..docker.local` or `.docker.local`. These domain names should also support https even if the underlying docker image...
**Tell us about your request** I think it would be **very** useful to be able to group a bunch of Dockerfile commands into a single layer transaction. For example: ```...