-
Notifications
You must be signed in to change notification settings - Fork 205
Added Docker Toolbox info to using-docker-to-cross-compile.md #371
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
Conversation
Docker Toolbox has differences in sharing drives and handling commands; added info box on how to use it.
Added Docker Toolbox info to using-docker-to-cross-compile.md
Better formatting
WasabiFan
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.
This is great! I'm a bit surprised you were able to figure out panels, alert links and such without being told to use them... That's pretty impressive!
|
|
||
| This is fine, you can just [download Docker Toolbox instead][docker-toolbox]{: .alert-link}. | ||
|
|
||
| Docker Toolbox however handles shared drives differently; there is no whale icon in the system tray. Instead, Docker Toolbox automatically allows sharing of your `C:\Users\myname` folder. Also, the path handling is different, you have to use paths in linux style, so the command would be |
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.
At the end of this line, can you make it clear which command you are referring to? Something like "the command mentioned below would be changed to".
Referenced the changed command, as requested by WasabiFan
|
Alright, changed the text a little. Wasnt hard to use panels, I just copied that code from elsewhere in the file. Learning by doing! ;-) |
dlech
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.
Looks great. Thanks. Just one minor suggestion... this also applies to older versions of Windows (all editions).
|
Thanks! |
Docker Toolbox has differences in sharing drives and handling commands; added info box on how to use it.