Last active
December 7, 2021 10:16
-
-
Save ChrisPatten/4d106c93ce3de5266d147f3ed70c41ba to your computer and use it in GitHub Desktop.
Installing and configuring docker-machine on 32-bit Windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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