You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.
Expected Behavior
It would be useful to be able to support volume mounts rather than just bind mounts, as it lets you use a wider variety of volume drivers.
Current Behavior
Only bind mounts are supported
Possible Solution
The following change to the code seems to work (I'm new to Go so feel free to suggest a better way of formatting it):
Old:
New:
Then, if I want to use a named volume pass in:
Context
I want to use JaaS with persistent volumes created by the Docker Swarm Cloudstor drivers.
Your Environment
The text was updated successfully, but these errors were encountered: