-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failure to create multiple containers using the same volumes #12305
Comments
Couldn't reproduce it
|
@idsulik how many times did you try? |
about 20 times |
Sounds like a race condition in docker engine, unrelated to Docker Compose - I assume you could reproduce this error with a bunch of |
Description
Everything needed is in Steps to reproduce. I expect to have no error
Steps To Reproduce
docker compose down -v && docker compose up --no-start
enough times, e.g. 10Error response from daemon: failed to mkdir /var/lib/docker/volumes/desktop_volume3/<some_file>: mkdir /var/lib/docker/volumes/desktop_volume3/<some_file>: file exists
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: