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

As a new Docker user, I’ve found managing multiple docker-compose.yml files and containers challenging, especially with YAML’s strict syntax and the lack of visibility into which Compose files are active...

community_new
docker_desktop

The roadmap categories in Readme seem outdated. I've included the current categories and added a description assuming what they might stand for. Please suggest if any changes are needed.

**Tell us about your request** Introduce an opt-in image-level protection mechanism that allows Docker image authors to request restricted filesystem extraction (e.g. disabling docker cp, docker export, and docker save)...

community_new

**Tell us about your request** Add option to change config & secret's content without restarting containers using it. **Which service(s) is this request for?** Docker Swarm **Tell us about the...

community_new

**Tell us about your request** If you type `docker run -it .`, it errors, as `run` can only take an image reference. If you want to execute a Dockerfile without...

community_new

**Tell us about your request** I am frustrated because I can't keep an itemized list of containers I am trying to follow on the Docker website, and would love to...

community_new

**Tell us about your request** I like to stay updated on posts across different technical blogs including yours (https://www.docker.com/feed/). For that purpose I use RSS Feed Reader called "Feeder" (https://feeder.co/)...

community_new

It will be nice to have option for grouping containers in single docker compose. For example compose structure: ```bash 📝 compose.yaml ### compose with networks, databases, redis... etc. aka main...

community_new

**Tell us about your request** Introduce commands such as `docker save layer` and `docker load layer` to export and import individual image layers. This would allow transferring only the modified...

community_new

In Docker Desktop Hide k8 containers if Kubernetes is disabled or 'Show System Containers' unselected Right now all k8 containers are shown in either case.