Skip to content

Instantly share code, notes, and snippets.

@leopck
Last active January 28, 2018 10:12
Show Gist options
  • Save leopck/cc2e312411dde67d308c41cec96f4704 to your computer and use it in GitHub Desktop.
Save leopck/cc2e312411dde67d308c41cec96f4704 to your computer and use it in GitHub Desktop.
#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