Skip to content

Instantly share code, notes, and snippets.

@jarek-przygodzki
Last active February 12, 2020 12:51
Show Gist options
  • Save jarek-przygodzki/6b9730102cbe6f636d5d8d56abdc542d to your computer and use it in GitHub Desktop.
Save jarek-przygodzki/6b9730102cbe6f636d5d8d56abdc542d to your computer and use it in GitHub Desktop.
RancherOS with Hyper-V
// Admin PowerShell
choco install docker-machine
// see https://rancher.com/docs/os/v1.x/en/installation/running-rancheros/workstation/docker-machine/
docker-machine.exe create -d hyperv `
--hyperv-memory 2048 `
--hyperv-boot2docker-url https://releases.rancher.com/os/latest/hyperv/rancheros.iso `
--hyperv-virtual-switch "Default Switch" `
RancherVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment