Last active
January 28, 2018 10:12
-
-
Save leopck/cc2e312411dde67d308c41cec96f4704 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#How to mount a volume in Windows Docker toolbox | |
1. docker run --rm -it -v "/c/Users/Public:/home" ubuntu bash | |
-v source <host>:<vm_client> | |
#How to get GUI from Linux container into Windows host | |
#Installing Docker in Windows | |
Occasionally we have issues with Oracle VirtualBox, uninstall and reinstall with this command | |
``` | |
setup.exe -msiparams NETWORKTYPE=NDIS5 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment