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

Add support to mount Linux host homedir #1086

Closed
wants to merge 1 commit into from

Conversation

chantra
Copy link

@chantra chantra commented Oct 30, 2015

Fixes #1085

@SvenDowideit
Copy link
Contributor

I like the approach - nice. concept LGTM

@pirog
Copy link

pirog commented Dec 9, 2015

This works reliably on Debian 8, Ubuntu 14.04 and Fedora 23

@SvenDowideit
Copy link
Contributor

@tianon @JeffDM is this going to make kitematic on Linux happier too?

@Godin
Copy link

Godin commented Dec 12, 2015

This works like a charm with docker-machine 0.5.2 ( which includes docker/machine#2122 ). Is there chance to get this in release?

@tbfangel
Copy link

tbfangel commented Feb 3, 2016

I just tested this on Ubuntu 15.10 with the very latest boot2docker RC image v1.10.0-rc3 and docker-machine v0.6.0-rc3 and it's working in that setup.

@atomi
Copy link

atomi commented Feb 9, 2016

This PR has not been merged. I just tested Linux shares on Linux Mint 17.3 using the new docker-machine v0.6.0 and the new boot2docker v1.10.0. - So you'll have to build your own boot2docker images to get Linux shares working which is a shame because they are very useful if you're testing configuration files quickly on a local setup.

@atomi
Copy link

atomi commented Feb 9, 2016

I'm tracking this repo with this PR merged over at https://github.com/atomi/boot2docker/releases for anyone interested.

@tianon
Copy link
Contributor

tianon commented Mar 4, 2016

As a Linux user myself, I like the sentiment here, but I'm not too keen on introducing more discrepancies (especially more hard-coded assumptions) in the mounts here from the host OS unless we can do it universally somehow (ie, mount under /mnt/Users etc instead of directly in /). For that reason, I'd say I'm more partial to the implementation in #1088, which would allow us to share /home/tianon directly instead of trying to share all of /home (or directories even more specific than that like /home/tianon/dev/project). Additionally, this would put the control for "where to mount" in the hands of the tool orchestrating the boot2docker VM (or the operator in charge of configuring it).

@tianon
Copy link
Contributor

tianon commented Dec 8, 2017

Closing since #1088 merged (a while ago 😇 😅 ) -- thanks for the contribution!

@tianon tianon closed this Dec 8, 2017
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.

None yet

7 participants