Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Automatically mount home directory #202

@bfirsh

Description

@bfirsh

(This is a reopening of boot2docker/boot2docker#84 now that the CLI is a separate project.)

This is related to boot2docker/boot2docker#284. If the boot2docker VM has some way of mounting directories on the host machine, it is pretty useless unless this is exposed somehow in the CLI.

The simplest and most powerful option I can see is automatically mounting your home directory at the same place inside the VM. For example, mounting /Users/ben on OS X at /Users/ben inside the VM. This works brilliantly for Docker volumes, because you can run docker run -v .:/code ... and it Just Works because . expands to /Users/ben/....

It could also mount the entirety of /Users, but I'm not sure on the details of how the permissions would work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions