-
Notifications
You must be signed in to change notification settings - Fork 175
Docker-compose volume label test fails with plugin error #4540
Copy link
Copy link
Open
Labels
impact/test/integration/enableThe test is associated with a disabled integration testThe test is associated with a disabled integration testkind/defectBehavior that is inconsistent with what's intendedBehavior that is inconsistent with what's intendedpriority/p2
Description
⇒ 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:
services:
web:
image: busybox
command: top
volumes:
- volume_with_label:/data
volumes:
volume_with_label:
labels:
- "label_key=label_val"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
impact/test/integration/enableThe test is associated with a disabled integration testThe test is associated with a disabled integration testkind/defectBehavior that is inconsistent with what's intendedBehavior that is inconsistent with what's intendedpriority/p2