Skip to content

docker volumes w remote daemon #4023

@bradfitz

Description

@bradfitz

This seems like a tricky one, but I noticed that I can't use "docker run -v ..." with Docker 0.8 on OS X with boot2docker.

Also, I get no error message. My docker container just fails to run properly because paths are missing. At minimum, docker run should fail with an "unsupported on OS X" error message.

But ideally, since boot2docker in VirtualBox is on a different (virtual) machine than the OS X host and we can't simply bind mount between them, perhaps a FUSE filesystem can be mounted in the Linux VM that forwards back to the OS X host.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/volumesVolumeskind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinystatus/more-info-needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions