Skip to content

Instantly share code, notes, and snippets.

@feryardiant
Created April 10, 2020 23:24
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 feryardiant/944afaf103819d6fba11755edeb7450a to your computer and use it in GitHub Desktop.
Save feryardiant/944afaf103819d6fba11755edeb7450a to your computer and use it in GitHub Desktop.
Simple PowerShell function to start docker-machine on Windows 10 Home
function docker-start
{
docker-machine start docker-vm
docker-machine env docker-vm --shell powershell | Invoke-Expression
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment