Skip to content

Instantly share code, notes, and snippets.

@bf4648
Created July 30, 2020 23:40
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 bf4648/67a8e5ef48403dca0c42d348cbeb2b3c to your computer and use it in GitHub Desktop.
Save bf4648/67a8e5ef48403dca0c42d348cbeb2b3c to your computer and use it in GitHub Desktop.
brew install docker
brew install docker-machine
brew services start docker-machine
brew install virtualbox # Requires SystemPreferences intervention
docker-machine create default --virtualbox-cpu-count 6 --virtualbox-memory 8192
# Create "docker" group and put me in it
sudo dseditgroup -o create docker
sudo dseditgroup -o edit -a price -t user docker
# Run this to set environment before running docker
eval $(docker-machine env default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment