Skip to content

Instantly share code, notes, and snippets.

@nexusstar
Created July 27, 2018 05:12
Show Gist options
  • Save nexusstar/c81c3301f6a6c7d93df7d3862448346e to your computer and use it in GitHub Desktop.
Save nexusstar/c81c3301f6a6c7d93df7d3862448346e to your computer and use it in GitHub Desktop.
Open powershell in administrator mode
Navigate to directory C:\Program Files\Docker\Docker\resources
Run the following commands
`powershell -ExecutionPolicy ByPass -File "C:\Program Files\Docker\Docker\resources\MobyLinux.ps1" -destroy`
`powershell -ExecutionPolicy ByPass -File "C:\Program Files\Docker\Docker\resources\MobyLinux.ps1" -create`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment