-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENGDOCS-2342 #21573
base: main
Are you sure you want to change the base?
ENGDOCS-2342 #21573
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of documenting the desktop CLI commands. There are a few other options that needs to be added. But overall it looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving a few more comments on top of changes I did not notice on the first round of reviews
value_type: string | ||
default_value: '[]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value_type: string | |
default_value: '[]' | |
value_type: int | |
default_value: 0 |
value_type: stringArray | ||
default_value: '[]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value_type: stringArray | |
default_value: '[]' | |
value_type: bool | |
default_value: false |
value_type: string | ||
default_value: '[]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value_type: string | |
default_value: '[]' | |
value_type: int | |
default_value: 0 |
value_type: stringArray | ||
default_value: '[]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value_type: stringArray | |
default_value: '[]' | |
value_type: bool | |
default_value: false |
|
||
The Docker Desktop CLI provides: | ||
|
||
- Enhanced automation and CI/CD integration: Perform Docker Desktop operations directly in CI/CD pipelines for better workflow automation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who in their right mind would use Docker Desktop in CI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Xeeynamo does docker desktop start
work for Windows? https://docker.enterprise.slack.com/archives/C07NS4H2M35/p1733928027799649?thread_ts=1733928027.799649&cid=C07NS4H2M35
If not we should mention it.
Description
New DD CLI feature for 4.37. Followed the way docker debug was added to the CLI reference
Related issues or tickets
Reviews