Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCKER-754 dockerinit needs to be able to mount NFS volumes #640

Closed
wants to merge 4 commits into from

Conversation

joshwilsdon
Copy link
Contributor

This adds support for a "docker:nfsvolumes" metadata key that includes a stringified array of volumes to mount in the form:

[
    {nfsvolume: "192.168.128.6:/exports/mah_bukket", mountpoint: "/mah_bukket", readonly: true},
    {nfsvolume: "192.168.128.15:/exports/mah_other_bukket", mountpoint: "/mah_other_bukket"}
]

and mounts the nfsvolume to the mountpoint in the zone.

@joshwilsdon joshwilsdon deleted the DOCKER-754 branch June 10, 2016 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant