Skip to content

Docker-compose volume label test fails with plugin error #4540

@rajanashok

Description

@rajanashok

⇒ 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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    impact/test/integration/enableThe test is associated with a disabled integration testkind/defectBehavior that is inconsistent with what's intendedpriority/p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions