Skip to content

Instantly share code, notes, and snippets.

@ChrisPatten
Last active December 7, 2021 10:16
Show Gist options
  • Save ChrisPatten/4d106c93ce3de5266d147f3ed70c41ba to your computer and use it in GitHub Desktop.
Save ChrisPatten/4d106c93ce3de5266d147f3ed70c41ba to your computer and use it in GitHub Desktop.
Installing and configuring docker-machine on 32-bit Windows 10
choco install docker-machine -y
docker-machine create --driver virtualbox default
docker-machine env | Invoke-Expression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment