mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
- New interface: `store.CreateLock` returns a `Locker` interface with `Lock` and `Unlock` functions. - Consul: New locking implementation leveraging helper lock implementation that comes with the go library. - ZK: Lock support using the library helpers. Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>