-
Notifications
You must be signed in to change notification settings - Fork 174
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-compose volume label test fails with plugin error #4540
Comments
|
Proposed release note:
@rajanashok and @chengwang86 please feel free to add more information in this issue. |
@stuclem looks like that will be needed for now. Turns out that this will not be a super difficult issue to fix.(or should not be) but the soonest it can be pulled in is next sprint( |
@stuclem I discussed with @matthewavery about this. According to compose documentation here https://docs.docker.com/compose/compose-file/#volume-configuration-reference
If the volume driver is As a workaround, we can ask the customer to set the volume driver explicitly as
|
@chengwang86 done! Thanks |
Given that VIC only has one volume driver, we should default to using "vsphere" as the driver if none other is specified. This is a compatibility and UX issue. I've tripped over this as the error message isn't very informative. |
⇒ docker-compose -H 10.160.36.169:2375 up -d
Creating volume "vic_volume_with_label" with default driver
ERROR: error looking up volume plugin : plugin not found
YML file:
The text was updated successfully, but these errors were encountered: