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
2 changes: 1 addition & 1 deletion content/manuals/offload/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Docker Offload requires:
- An active internet connection
- No restrictive proxy or firewall blocking traffic to Docker Cloud
- Access to Docker Offload
- Docker Desktop 4.65 or later
- Docker Desktop 4.68 or later

Docker Desktop uses Offload to run both builds and containers in the cloud.
If builds or containers are failing to run, falling back to local, or reporting
Expand Down
2 changes: 1 addition & 1 deletion data/summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Docker CLI OpenTelemetry:
requires: Docker Engine [26.1.0](/manuals/engine/release-notes/26.1.md#2610) and later
Docker Offload:
subscription: [Docker Offload]
requires: Docker Desktop 4.65 and later
requires: Docker Desktop 4.68 or later
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor style inconsistency

This change updates the conjunction from "and later" to "or later". However, summary.yaml predominantly uses "and later" for version requirements (71 instances vs. only 2 instances of "or later").

For consistency within this file, consider using:

requires: Docker Desktop 4.68 and later

This is a minor style issue and doesn't affect functionality.

docker compose alpha:
availability: Experimental
Docker Debug:
Expand Down