Skip to content

sandboxes v0.12 followups#24167

Merged
dvdksn merged 3 commits intodocker:mainfrom
dvdksn:sandboxes-v0.12-followups
Feb 19, 2026
Merged

sandboxes v0.12 followups#24167
dvdksn merged 3 commits intodocker:mainfrom
dvdksn:sandboxes-v0.12-followups

Conversation

@dvdksn
Copy link
Contributor

@dvdksn dvdksn commented Feb 19, 2026

  • sandboxes: note v0.12 prereq for opencode, shell, multi-workspace
  • sandboxes: fix incorrect descriptions for --pull-template
  • sandboxes: clarify security implications for auth methods

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
@netlify
Copy link

netlify bot commented Feb 19, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit f278dbf
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69971d815721f20008072525
😎 Deploy Preview https://deploy-preview-24167--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added area/cli Relates to the CLI client area/ai labels Feb 19, 2026
@dvdksn dvdksn requested a review from a team February 19, 2026 14:27
Copy link

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

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

Review Summary

Nice cleanup! The PR successfully:

  • Adds v0.12 version requirements for new features (opencode, shell, multi-workspace)
  • Fixes --pull-template flag descriptions to be more accurate
  • Clarifies security implications for authentication methods

Found one minor style improvement opportunity regarding redundant phrasing. Otherwise the changes look good!

> version 0.12). For Docker Desktop 4.58–4.60, substitute
> `--pull-template=never` with `--load-local-template`.
> version 0.12). On Docker Desktop 4.58–4.60, use `--load-local-template`
> to use a locally-built template image.
Copy link

Choose a reason for hiding this comment

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

Minor style improvement

The phrase "use --load-local-template to use a locally-built template image" has redundant usage of "use...to use". Consider simplifying:

Option 1 (recommended):

On Docker Desktop 4.58–4.60, use --load-local-template for locally-built template images.

Option 2:

On Docker Desktop 4.58–4.60, --load-local-template works with locally-built template images.

This aligns with the Docker style guide's emphasis on conciseness.

@dvdksn dvdksn merged commit 9468b19 into docker:main Feb 19, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ai area/cli Relates to the CLI client status/review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments