-
Notifications
You must be signed in to change notification settings - Fork 8.1k
ENGDOCS-3081 #23626
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-3081 #23626
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
djs55
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!
IMHO the most confusing part is the interaction with settings e.g. if using WSL 2 or virtiofs the file access is handled differently; if using Linux the network proxy is different. Maybe a later extension could be to positively recommend particular configurations e.g.
- on Windows: use Hyper-V:
com.docker.backend.exedoes networking + filesharing - on Mac: use virtualization.framework and gRPC FUSE:
com.docker.backenddoes networking + filesharing - on Linux: the file access is performed by
virtiofsdand the network byqemu(<-- I think we should simplify that in the product)
|
Thank you for your speedy review @djs55 and your patience whilst I was on PTO! The differences between OS and system configs is confusing but also the key bit, so I've rejigged the first section to include a summary table which explains what you've written hopefully in an easy-to-digest-way. LMK WYT ✍️ |
djs55
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, a few suggestions to the table at the top. It will get much less confusing when Docker VMM is out of beta because we can recommend that for max performance and visibility!
content/manuals/desktop/features/networking/networking-how-tos.md
Outdated
Show resolved
Hide resolved
<!--Delete sections as needed --> ## Description Follow up to #23626. Pivots the current content to more how-to type content (no new content added), removes repetitions, add more cross-links ## 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 --------- Co-authored-by: Usha Mandya <[email protected]>
High-level info about Docker Desktop networking.
Preview: https://deploy-preview-23626--docsdocker.netlify.app/desktop/features/networking/
Follow-up tasks: