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

Add support for Docker volumes #11

Merged
merged 2 commits into from
May 11, 2016
Merged

Add support for Docker volumes #11

merged 2 commits into from
May 11, 2016

Conversation

mwl
Copy link
Contributor

@mwl mwl commented May 11, 2016

Something like

mesos:
  resources:
    volumes:
      - hostPath: /foo/bar
        containerPath: /baz/foo/bar
        readonly: false #Optional

and

mesos.resources.volumes[0].hostPath=/foo/bar
mesos.resources.volumes[0].containerPath=/baz/foo/bar
mesos.resources.volumes[0].readonly=false #Optional

@mwl mwl added this to the 0.2 milestone Mar 1, 2016
@mwl mwl mentioned this pull request Mar 3, 2016
@mwl mwl removed this from the 0.2 milestone Mar 7, 2016
@mwl mwl modified the milestone: 0.3 Mar 18, 2016
@jocatalin
Copy link

Your suggested implementation will be sufficient for me have a db cluster with persistent local storage that can restart the db in case of failures.

@jocatalin
Copy link

jocatalin commented May 11, 2016

LGTM

Approved with PullApprove

@mwl mwl merged commit 2369390 into master May 11, 2016
@mwl mwl deleted the feature/11-volumes-support branch May 11, 2016 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants