|
@@ -1,5 +1,64 @@
|
|
|
-# docker-roadmap
|
|
|
-Public Roadmap for All Things Docker!
|
|
|
+# Docker Roadmap
|
|
|
|
|
|
-Welcome to the public roadmap for Docker! We are excited to have the participation of our community in what we build and why.
|
|
|
+Thank you for the interest in Docker and our products!
|
|
|
+This is the public roadmap for Docker Products and Services (Hub, Desktop, Engine, docker-compose, Docker App,...).
|
|
|
+
|
|
|
+# Introduction
|
|
|
+We want to share with our customers what we plan to do early and often so we can get your feedback on if these are the right things for us to be focusing on. This also allows our customers to make early decisions based on what we are/are not building.
|
|
|
+
|
|
|
+[See the roadmap »](https://github.com/docker/docker-roadmap/projects)
|
|
|
+
|
|
|
+Contribute to our roadmap »
|
|
|
+
|
|
|
+## Early Access to features
|
|
|
+
|
|
|
+For Windows and Mac users of Docker we provide early access to new features through our Docker Desktop Edge channel. Issues tagged In Preview for Docker Desktop on the public roadmap are available in the Edge Channel.
|
|
|
+For Docker Engine we have a release candidate program that allows users to get early access to versions of Docker engine with new features and changes. Issues tagged In Preview for Docker Engine on the public roadmap are available in the RC version of Engine.
|
|
|
+Note: depending on release timings Docker Desktop may have the RC engine, please check the release notes for Docker Desktop to verify the current version in Edge
|
|
|
+
|
|
|
+**Current Programs**
|
|
|
+
|
|
|
+Docker Desktop Edge
|
|
|
+
|
|
|
+Docker Engine RCs
|
|
|
+
|
|
|
+**Past Programs**
|
|
|
+Docker Desktop WSL 2 Tech preview - outside of bounds early technical POC of using WSL 2 as the backend for Docker Desktop
|
|
|
+Security disclosures
|
|
|
+If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions here
|
|
|
+
|
|
|
+# FAQs
|
|
|
+
|
|
|
+**Q:** Is everything on the roadmap?
|
|
|
+**A:** Almost everything related to features, we might keep the odd feature a surprise if we really aren’t sure about it. We also won’t be tracking all of our bugs here, we have separate repos for these:
|
|
|
+
|
|
|
+* [Docker Hub](https://github.com/docker/hub-feedback)
|
|
|
+* [Docker Engine](https://github.com/moby/moby/issues)
|
|
|
+* [Docker Desktop Windows](https://github.com/docker/for-win/issues)
|
|
|
+* [Docker Desktop Mac](https://github.com/docker/for-mac/issues)
|
|
|
+
|
|
|
+**Q:** What do the roadmap categories mean?
|
|
|
+* Shipped - Hopefully you are enjoying it!
|
|
|
+* Working on it - Actively in development, we are trying to get this out to you in a good state as soon as we can.
|
|
|
+* Top of our mind - The next thing we are thinking about working on or addressing as part of our public roadmap
|
|
|
+* Researching - We're thinking about it. This might mean we're still designing, or thinking through how this might work. This is a great phase to send how you want to see something implemented! We'd love to see your usecase or design ideas here.
|
|
|
+
|
|
|
+**Q:** Why are there no dates on your roadmap?
|
|
|
+
|
|
|
+**A:** Because we know things change and we want the room to do the right thing by fixing security issues as they come up or helping people out where they need. This means we might have to change our priorities and don’t want to let people down.
|
|
|
+
|
|
|
+**Q:** How can I provide feedback or ask for more information?
|
|
|
+**A:** Please open an issue!
|
|
|
+
|
|
|
+**Q:** How can I request a feature be added to the roadmap?
|
|
|
+**A:** Please open an issue! You can read about how to contribute here. Community submitted issues will be tagged "Proposed" and will be reviewed by the team.
|
|
|
+
|
|
|
+**Q:** Will you accept a pull request?
|
|
|
+
|
|
|
+**A:** We haven't worked out how pull requests should work for a public roadmap page, but we will take all PRs very seriously and review for inclusion. Read about contributing.
|
|
|
+
|
|
|
+# License
|
|
|
+This library is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
|
|
|
+
|
|
|
+If you are curious about anything else Docker related then please head over to: www.docker.com
|
|
|
|