Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save viktorsteinwand/a6398f2efc5acd74e4cb to your computer and use it in GitHub Desktop.
Save viktorsteinwand/a6398f2efc5acd74e4cb to your computer and use it in GitHub Desktop.
This script add the folder /private/var/folders to the docker-machine (this is helpful for execution of phpunit in docker containers with PhpStorm)
docker-machine-nfs default --shared-folder=/Users --shared-folder=/private/var/folders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment