Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Last active January 18, 2018 12:23
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 PixelRobots/a5350ccec9af3093e2e6058930640859 to your computer and use it in GitHub Desktop.
Save PixelRobots/a5350ccec9af3093e2e6058930640859 to your computer and use it in GitHub Desktop.
Get-VM "1709" | Set-VMProcessor -ExposeVirtualizationExtensions $true
Powershell
Install-Module DockerProvider
Install-Package Docker -ProviderName DockerProvider -RequiredVersion preview
Restart-Computer
[Environment]::SetEnvironmentVariable("LCOW_SUPPORTED", "1", "Machine")
Restart-Service Docker
[Environment]::SetEnvironmentVariable("LCOW_SUPPORTED", $null, "Machine")
Restart-Service Docker
Docker run hello-world
docker run -it --rm --name nyancat 06kellyjac/nyancat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment