Skip to content

Commit e75a45a

Browse files
github-actions[bot]sarahsanders-dockervvolandthaJeztahArthurFlag
authored
publish updates from main (#23070)
Automated pull request for publishing docs updates. --------- Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com> Signed-off-by: Craig <craig.osterhout@docker.com> Co-authored-by: Sarah Sanders <sarah.sanders@docker.com> Co-authored-by: Paweł Gronowski <pawel.gronowski@docker.com> Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Co-authored-by: Arthur <arthur.flageul@docker.com> Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
1 parent 5b9b66f commit e75a45a

File tree

10 files changed

+75
-32
lines changed

10 files changed

+75
-32
lines changed

_vendor/github.com/docker/cli/docs/reference/dockerd.md

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# github.com/moby/moby v28.3.2+incompatible
22
# github.com/moby/buildkit v0.23.2
33
# github.com/docker/buildx v0.25.0
4-
# github.com/docker/cli v28.3.1+incompatible
4+
# github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible
55
# github.com/docker/compose/v2 v2.38.2
66
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
77
# github.com/docker/scout-cli v1.15.0

content/manuals/admin/organization/insights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ To use Insights, you must meet the following requirements:
2929
- [Docker Business subscription](../../subscription/details.md#docker-business)
3030
- Administrators must [enforce sign-in](/security/for-admins/enforce-sign-in/)
3131
for users
32-
- Your Customer Success Manager must turn on Insights for your organization
32+
- Your Account Executive must turn on Insights for your organization
3333

3434
## View Insights for organization users
3535

36-
To access Insights, contact your Customer Success Manager to have the
36+
To access Insights, contact your Account Executive to have the
3737
feature turned on. Once the feature is turned on, access Insights using the
3838
following steps:
3939

content/manuals/offload/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ grid:
4242
icon: bug_report
4343
link: /offload/troubleshoot/
4444

45+
- title: Feedback
46+
description: Provide feedback on Docker Offload.
47+
icon: feedback
48+
link: /offload/feedback/
49+
4550
aliases:
4651
- /harmonia/
4752
---

content/manuals/offload/feedback.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
description: Find a way to provide feedback that's right for you
3+
keywords: Feedback, Docker Offload, bugs, problems, issues
4+
title: Give feedback
5+
weight: 900
6+
---
7+
8+
There are several ways you can provide feedback on Docker Offload.
9+
10+
### In-product feedback
11+
12+
On each Docker Desktop Dashboard view, there is a **Give feedback** link. This
13+
opens a feedback form where you can share ideas directly with the Docker team.
14+
15+
You can use the form for any type of feedback, including:
16+
17+
- Report unexpected behavior
18+
- Suggest improvements to Offload
19+
- Share what's working well for you
20+
- Describe how Offload integrates into your workflow and supports your development process
21+
22+
### Report bugs or problems on GitHub
23+
24+
To report bugs or problems, visit:
25+
- [Docker Desktop for Mac issues on
26+
GitHub](https://github.com/docker/for-mac/issues)
27+
- [Docker Desktop for Windows issues on GitHub](https://github.com/docker/for-win/issues)
28+
- [Docker Desktop for Linux issues on
29+
GitHub](https://github.com/docker/desktop-linux/issues)
30+
31+
### Suggest features or ideas
32+
33+
To suggest new features or improvements, visit the [Docker Public
34+
Roadmap](https://github.com/docker/roadmap/discussions). You can browse existing
35+
ideas, vote on what matters to you, or open a new discussion.

content/manuals/offload/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot Docker Offload
33
linktitle: Troubleshoot
4-
weight: 999
4+
weight: 800
55
description: Learn how to troubleshoot issues with Docker Offload.
66
keywords: cloud, troubleshooting, cloud mode, Docker Desktop, cloud builder, usage
77
tags: [Troubleshooting]

data/engine-cli/docker_container_run.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,15 +1915,14 @@ examples: |-
19151915
19161916
#### CDI devices
19171917
1918-
> [!NOTE]
1919-
> The CDI feature is experimental, and potentially subject to change.
1920-
> CDI is currently only supported for Linux containers.
1921-
19221918
[Container Device Interface
19231919
(CDI)](https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.md)
19241920
is a standardized mechanism for container runtimes to create containers which
19251921
are able to interact with third party devices.
19261922
1923+
CDI is currently only supported for Linux containers and is enabled by default
1924+
since Docker Engine 28.3.0.
1925+
19271926
With CDI, device configurations are declaratively defined using a JSON or YAML
19281927
file. In addition to enabling the container to interact with the device node,
19291928
it also lets you specify additional configuration for the device, such as
@@ -1944,7 +1943,7 @@ examples: |-
19441943
available on the system running the daemon, in one of the configured CDI
19451944
specification directories.
19461945
- The CDI feature has been enabled in the daemon; see [Enable CDI
1947-
devices](/reference/cli/dockerd/#enable-cdi-devices).
1946+
devices](/reference/cli/dockerd/#configure-cdi-devices).
19481947
19491948
### Attach to STDIN/STDOUT/STDERR (-a, --attach) {#attach}
19501949

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/docker/buildx v0.25.0 // indirect
7-
github.com/docker/cli v28.3.1+incompatible // indirect
7+
github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible // indirect
88
github.com/docker/compose/v2 v2.38.2 // indirect
99
github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2 // indirect
1010
github.com/docker/scout-cli v1.15.0 // indirect
@@ -14,7 +14,7 @@ require (
1414

1515
replace (
1616
github.com/docker/buildx => github.com/docker/buildx v0.25.0
17-
github.com/docker/cli => github.com/docker/cli v28.3.0+incompatible
17+
github.com/docker/cli => github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible
1818
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.38.2
1919
github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
2020
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ github.com/docker/cli v28.2.1+incompatible h1:AYyTcuwvhl9dXdyCiXlOGXiIqSNYzTmaDN
154154
github.com/docker/cli v28.2.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
155155
github.com/docker/cli v28.3.0+incompatible h1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo=
156156
github.com/docker/cli v28.3.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
157+
github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible h1:5I561JBDi4n0RKxYNkUVc9xiLnlCfjjm31XRV0r3o98=
158+
github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
157159
github.com/docker/compose/v2 v2.36.2 h1:rxk1PUUbhbAS6HkGsYo9xUmMBpKtVwFMNCQjE4+i5fk=
158160
github.com/docker/compose/v2 v2.36.2/go.mod h1:mZygkne+MAMu/e1B28PBFmG0Z0WefbxZ/IpcjSFdrw8=
159161
github.com/docker/compose/v2 v2.37.0 h1:R8Yik9ssiRz7T9BRfdOZy0xHDzOFPIJX40DrxzJ62dQ=
Lines changed: 1 addition & 6 deletions
Loading

0 commit comments

Comments
 (0)