We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a volume doesn't start with /flocker, then it doesn't get bind-mounted from the host at all.
/flocker
This is surprising behaviour. Probably the correct behaviour is:
The text was updated successfully, but these errors were encountered:
only bind-mount what is needed; also, spell out the fact that we want…
3461f70
… to talk to real-docker until ClusterHQ/powerstrip-flocker#3 is fixed
No branches or pull requests
If a volume doesn't start with
/flocker
, then it doesn't get bind-mounted from the host at all.This is surprising behaviour. Probably the correct behaviour is:
/flocker
, mount the flocker-volume (moving it in place if necessary). This is the current behaviour./flocker
, just pass through the request unmodified to the docker daemon so that it mounts a local volume from the host.The text was updated successfully, but these errors were encountered: