Files
Nick Craig-Wood c0f0b82fa2 docker serve: make Create idempotent to avoid "volume already exists" after restart
Docker may re-send Create requests for volumes that already exist,
especially after a plugin restart. Previously this returned
ErrVolumeExists which Docker surfaced as "volume name must be unique".

Now if a volume with the same name already exists, Create returns
success (no-op), matching the Docker volume plugin protocol's
expectation of idempotent operations.
2026-03-05 18:04:01 +00:00
..
2025-11-13 13:47:40 +00:00
2025-10-27 13:34:58 +00:00
2025-11-21 17:02:45 +00:00