Skip to content

Instantly share code, notes, and snippets.

@tonidy
Last active July 19, 2019 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonidy/cfad869bf96e60c67454a41faa64e06f to your computer and use it in GitHub Desktop.
Save tonidy/cfad869bf96e60c67454a41faa64e06f to your computer and use it in GitHub Desktop.
Install Docker Toolbox with Hyper-V on Windows 8.1
Install Docker Toolbox:
# Docker and DockerMachine are required.
> DockerToolbox-<version>.exe /COMPONENTS="Docker,DockerMachine"
# Edit "Docker Quick Terminal" with this patch -> https://github.com/docker/toolbox/issues/463#issuecomment-335318852
> docker-machine create -d "hyperv" --hyperv-virtual-switch "Network Name" default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment