-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Cannot remove docker volume #21845
Comments
@mindaugasrukas are you still seeing this issue on the current release? |
Do you mean on version v1.12.3? Need to check. @mariusgrigaitis please check it. |
Still able to replicate it. Tried it on Docker for Mac. Version 1.12.3-beta30.1 (13946)
|
This issue could be reproduced with the most recent master ( The issue is that, the However, both volumes will have the same mount point Without docker-compose, a similar behavior could be emulated with:
I think it makes sense to return an error in case duplicate mount point exist. Created a PR #29563 for that. /cc @cpuguy83 |
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
VirtualBox Version 5.0.16 r105871
Steps to reproduce the issue:
docker-compose-1.yml:
docker-compose-2.yml:
Dockerfile-1:
docker rm -f -v $(docker ps -aq)
Describe the results you received:
Describe the results you expected:
Successfully removed all docker volume
Additional information you deem important (e.g. issue happens only occasionally):
the same issue on my colleague computer (linux) where docker runs locally.
The text was updated successfully, but these errors were encountered: