-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
area/storageImage StorageImage Storagekind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
Milestone
Description
Steps to reproduce; you'll need a volume plugin to test.
docker volume create -d myplugin --name testdocker volume lsdocker run --name foo -it -v test:/mnt ubuntu bashdocker inspect foo# note that the driver is set tolocal, notmyplugin- restart docker
docker volume ls# the driver should say local nowdocker rm foo# hangs trying to delete a volume that doesn't exist
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/storageImage StorageImage Storagekind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.