moby--moby/pkg/namesgenerator
Michael Crosby 6ec86cb6e5 Improve name generation on concurrent requests
Fixes #2586

This fixes a few races where the name generator asks if a name is free
but another container takes the name before it can be reserved.  This
solves this by generating the name and setting it.  If the set fails
with a non unique error then we try again.
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
2014-05-23 17:51:16 -07:00
..
names-generator.go Improve name generation on concurrent requests 2014-05-23 17:51:16 -07:00
names-generator_test.go Improve name generation on concurrent requests 2014-05-23 17:51:16 -07:00