Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Added option to disable virtualbox vbfs mount of users home directory #1622

Merged
merged 1 commit into from
Aug 12, 2015
Merged

Added option to disable virtualbox vbfs mount of users home directory #1622

merged 1 commit into from
Aug 12, 2015

Conversation

rawkode
Copy link
Contributor

@rawkode rawkode commented Jul 31, 2015

No description provided.

@ehazlett
Copy link
Contributor

ehazlett commented Aug 6, 2015

Thanks for the contribution! It's a minor nit but do you think we could rename this to something like virtualbox-no-share. I think the vbfs gets a little implementation specific.

It also needs a rebase. Thanks!

@rawkode
Copy link
Contributor Author

rawkode commented Aug 6, 2015

No problem, I'll update. Thanks

@Oliboy50
Copy link

Oliboy50 commented Aug 6, 2015

Nice feature here.
I was wondering recently that I should use another file sharing system to speed up my development processes... But ended up to give up because there was the default sharing VBFS stuff anyway.
Thanks :)

@@ -300,7 +306,7 @@ func (d *Driver) Create() error {
return err
}

if shareDir != "" {
if shareDir != "" && d.NoVboxFsShare == false {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: This should probably read, if shareDir != "" && !d.NoVBoxFsShare {

@nathanleclaire
Copy link
Contributor

Looks pretty good to me, needs a rebase.

@rawkode
Copy link
Contributor Author

rawkode commented Aug 10, 2015

Updated as per requests 👍

@nathanleclaire
Copy link
Contributor

LGTM

@ehazlett
Copy link
Contributor

LGTM

/cc @moxiegirl

@moxiegirl
Copy link

Thanks @rawkode LGTM to me --- needs rebase and squash as Evan noticed. How to here:

http://docs.docker.com/project/create-pr/#rebase-your-branch

* Updated documentation with new option
* Updated flag name

Signed-off-by: David McKay <david@rawkode.com>
@rawkode
Copy link
Contributor Author

rawkode commented Aug 12, 2015

@moxiegirl rebased and squashed 😄

nathanleclaire added a commit that referenced this pull request Aug 12, 2015
Added option to disable virtualbox vbfs mount of users home directory
@nathanleclaire nathanleclaire merged commit 49764bb into docker:master Aug 12, 2015
@moxiegirl
Copy link

@rawkode thank you sir. nice job there. 🌟

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants