Skip to content

Instantly share code, notes, and snippets.

@fjudith
Last active January 14, 2019 05:19
Show Gist options
  • Save fjudith/fb987898c53948245406a410927326d4 to your computer and use it in GitHub Desktop.
Save fjudith/fb987898c53948245406a410927326d4 to your computer and use it in GitHub Desktop.
Docker-Machine VMware Workstation 15

The current boot2docker iso image contains bugs related to vmxnet3 support. It is required to use an alternative image in order to fix this issue.

docker-machine create -d vmwareworkstation --vmwareworkstation-boot2docker-url=https://github.com/boot2docker/boot2docker/releases/download/v18.09.1/boot2docker.iso --vmwareworkstation-memory-size="4096" --vmwareworkstation-cpu-count "2" default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment