mirror of https://github.com/docker/docs.git
add a 'give feedback' page to DD (#15017)
* add a 'give feedback' page to DD * typo fix
This commit is contained in:
parent
f540f58541
commit
86dfbfc52b
|
@ -1314,6 +1314,8 @@ manuals:
|
|||
title: Mac FAQs
|
||||
- path: /desktop/faqs/windowsfaqs/
|
||||
title: Windows FAQs
|
||||
- path: /desktop/feedback/
|
||||
title: Give feedback
|
||||
- path: /desktop/release-notes/
|
||||
title: Release notes
|
||||
- sectiontitle: Previous versions
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
description: Feedback
|
||||
keywords: Feedback Docker Desktop, Linux, Mac, Windows
|
||||
title: Give feedback on...
|
||||
---
|
||||
|
||||
### ...Docker Desktop for Mac
|
||||
|
||||
To get help from the community, review current user topics, join or start a
|
||||
discussion, log on to our [Docker Desktop for Mac
|
||||
forum](https://forums.docker.com/c/docker-for-mac){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
To report bugs or problems, visit [Docker Desktop for Mac issues on
|
||||
GitHub](https://github.com/docker/for-mac/issues){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
### ...Docker Desktop for Windows
|
||||
|
||||
To get help from the community, review current user topics, join or start a
|
||||
discussion, log on to our [Docker Desktop for Windows forum](https://forums.docker.com/c/docker-for-windows){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
To report bugs or problems, visit [Docker Desktop for Windows issues on GitHub](https://github.com/docker/for-win/issues){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
### ...Docker Desktop for Linux
|
||||
|
||||
To report bugs or problems, visit [Docker Desktop for Linux issues on
|
||||
GitHub](https://github.com/docker/desktop-linux/issues){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
### ... Dev Environments
|
||||
|
||||
To report bugs or problems, visit [Dev Environments issues on Github](https://github.com/docker/dev-environments/issues){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
Alternatively, get in touch with us on the **#docker-dev-environments** channel in the [Docker Community Slack](https://dockercommunity.slack.com/messages){:target="_blank" rel="noopener" class="_"}.
|
|
@ -235,15 +235,6 @@ Select {: .inline} > **Resume** to resume Docke
|
|||
>
|
||||
> When Docker Desktop is paused, running any commands in the Docker CLI will automatically resume Docker Desktop.
|
||||
|
||||
## Give feedback and get help
|
||||
|
||||
To report bugs or problems, log on to Docker Desktop [for Linux issues on
|
||||
GitHub](https://github.com/docker/desktop-linux/issues){:target="_blank" rel="noopener" class="_"},
|
||||
where you can review community reported issues, and file new ones. See
|
||||
[Logs and Troubleshooting](troubleshoot.md) for more details.
|
||||
|
||||
For information about providing feedback on the documentation or update it yourself, see [Contribute to documentation](/opensource/).
|
||||
|
||||
## Where to go next
|
||||
|
||||
* Try out the walkthrough at [Get Started](/get-started/){: target="_blank"
|
||||
|
|
|
@ -436,19 +436,6 @@ Select {: .inline} > **Resume** to resume Docke
|
|||
>
|
||||
> When Docker Desktop is paused, running any commands in the Docker CLI will automatically resume Docker Desktop.
|
||||
|
||||
## Give feedback and get help
|
||||
|
||||
To get help from the community, review current user topics, join or start a
|
||||
discussion, log on to our [Docker Desktop for Mac
|
||||
forum](https://forums.docker.com/c/docker-for-mac){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
To report bugs or problems, log on to Docker Desktop [for Mac issues on
|
||||
GitHub](https://github.com/docker/for-mac/issues){:target="_blank" rel="noopener" class="_"},
|
||||
where you can review community reported issues, and file new ones. See
|
||||
[Logs and Troubleshooting](troubleshoot.md) for more details.
|
||||
|
||||
For information about providing feedback on the documentation or update it yourself, see [Contribute to documentation](/opensource/).
|
||||
|
||||
## Where to go next
|
||||
|
||||
* Try out the walkthrough at [Get Started](/get-started/){: target="_blank"
|
||||
|
|
|
@ -284,12 +284,6 @@ The **Restart Docker Desktop** and **Reset to factory defaults** options are now
|
|||
|
||||
Visit our [Logs and Troubleshooting](troubleshoot.md) guide for more details.
|
||||
|
||||
Log on to our [Docker Desktop for Windows forum](https://forums.docker.com/c/docker-for-windows) to get help from the community, review current user topics, or join a discussion.
|
||||
|
||||
Log on to [Docker Desktop for Windows issues on GitHub](https://github.com/docker/for-win/issues) to report bugs or problems and review community reported issues.
|
||||
|
||||
For information about providing feedback on the documentation or update it yourself, see [Contribute to documentation](/opensource/).
|
||||
|
||||
## Switch between Windows and Linux containers
|
||||
|
||||
From the Docker Desktop menu, you can toggle which daemon (Linux or Windows)
|
||||
|
|
Loading…
Reference in New Issue