Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active August 29, 2015 14:27
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 garystafford/694f737484fb8d20ad3c to your computer and use it in GitHub Desktop.
Save garystafford/694f737484fb8d20ad3c to your computer and use it in GitHub Desktop.
# VBoxManage: error: Unknown option: --synthcpu
curl -L https://github.com/docker/machine/releases/download/v0.4.0/docker-machine_linux-amd64 > \
/usr/local/bin/docker-machine
chmod +x /usr/local/bin/docker-machine
docker-machine --version
# docker-machine version 0.4.0 (9d0dc7a)
VBoxManage --version
# 5.0.0r101573
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment