Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/manuals/offload/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ grid:
icon: bug_report
link: /offload/troubleshoot/

- title: Feedback
description: Provide feedback on Docker Offload.
icon: feedback
link: /offload/feedback/

aliases:
- /harmonia/
---
Expand Down
35 changes: 35 additions & 0 deletions content/manuals/offload/feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
description: Find a way to provide feedback that's right for you
keywords: Feedback, Docker Offload, bugs, problems, issues
title: Give feedback
weight: 900
---

There are several ways you can provide feedback on Docker Offload.

### In-product feedback

On each Docker Desktop Dashboard view, there is a **Give feedback** link. This
opens a feedback form where you can share ideas directly with the Docker team.

Check failure on line 13 in content/manuals/offload/feedback.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Docker Team' instead of 'Docker team'. Raw Output: {"message": "[Vale.Terms] Use 'Docker Team' instead of 'Docker team'.", "location": {"path": "content/manuals/offload/feedback.md", "range": {"start": {"line": 13, "column": 67}}}, "severity": "ERROR"}

You can use the form for any type of feedback, including:

- Report unexpected behavior
- Suggest improvements to Offload
- Share what's working well for you
- Describe how Offload integrates into your workflow and supports your development process

### Report bugs or problems on GitHub

To report bugs or problems, visit:
- [Docker Desktop for Mac issues on
GitHub](https://github.com/docker/for-mac/issues)
- [Docker Desktop for Windows issues on GitHub](https://github.com/docker/for-win/issues)
- [Docker Desktop for Linux issues on
GitHub](https://github.com/docker/desktop-linux/issues)

### Suggest features or ideas

To suggest new features or improvements, visit the [Docker Public
Roadmap](https://github.com/docker/roadmap/discussions). You can browse existing
ideas, vote on what matters to you, or open a new discussion.
2 changes: 1 addition & 1 deletion content/manuals/offload/troubleshoot.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Troubleshoot Docker Offload
linktitle: Troubleshoot
weight: 999
weight: 800
description: Learn how to troubleshoot issues with Docker Offload.
keywords: cloud, troubleshooting, cloud mode, Docker Desktop, cloud builder, usage
tags: [Troubleshooting]
Expand Down