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

Volume mounts #489

Closed
aluzzardi opened this issue Apr 30, 2016 · 3 comments
Closed

Volume mounts #489

aluzzardi opened this issue Apr 30, 2016 · 3 comments
Assignees
Milestone

Comments

@aluzzardi
Copy link
Member

Currently, the agent expects a mount of type volume to be readily available on the machine.

Instead, we should let the agent somehow attach to said volume.

One possibility is to send the volume specification down with the task and let the agent create the volume everytime it starts an agent referencing it.

/cc @amitshukla @cpuguy83

@aluzzardi aluzzardi added this to the M3 milestone Apr 30, 2016
@cpuguy83
Copy link
Member

cpuguy83 commented May 2, 2016

What does it mean to "attach" to a volume?

BTW, I have proposed a docker API addition which allows creating a volume from the container create endpoint (among other things): moby/moby#22373

@aluzzardi
Copy link
Member Author

@cpuguy83 Create said volume on the machine

@amitshukla amitshukla self-assigned this May 9, 2016
@amitshukla
Copy link
Contributor

Implemented in: #553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants