-
Notifications
You must be signed in to change notification settings - Fork 8.1k
ENGDOCS-2342 #21573
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
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Xeeynamo
left a comment
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!
Xeeynamo
left a comment
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?
<!--Delete sections as needed --> ## Description New DD CLI feature for 4.37. Followed the way docker debug was added to the CLI reference ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
Description
New DD CLI feature for 4.37. Followed the way docker debug was added to the CLI reference
Related issues or tickets
Reviews