brikis98 / docker-osx-dev

A productive development environment with Docker on OS X
http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/
MIT License
1.43k stars 106 forks source link

Add flag to autoremove shared folders #174

Closed sambernard closed 8 years ago

sambernard commented 8 years ago

This allows you to pass a -r or --remove-shared-folders flag to skip the prompt to remove shared folders.

The purpose of this is to allow docker-osx-dev to be run unattended / part of another shell script without requiring user input.

brikis98 commented 8 years ago

Thanks for the PR. Seems like a good feature to have. I added a couple comments. When you update the PR, leave a comment, as GitHub doesn't give notifications for that.

sambernard commented 8 years ago

Thanks for responding so quickly! This project has been a lifesaver btw.

I've made both the changes you requested- please let me know if there's anything else you need.

brikis98 commented 8 years ago

Excellent, thanks!