compose/azure
Christopher Crone 88ba591fc3 Seed random with nanosecond time
It's possible that users will run commands more than once a second.
Thus, seeding the random number generator with the current time in
seconds could produce results like the same container name in subsequent
commands.

Seeding with the current time in nanoseconds reduces the probability of
this.

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-05-22 10:46:54 +02:00
..
convert Add tests to volume convertion 2020-05-20 10:13:12 +02:00
login Seed random with nanosecond time 2020-05-22 10:46:54 +02:00
aci.go Implement ErrParsingFailed error 2020-05-20 10:13:12 +02:00
backend.go Fix ace e2e tests : also use context store with config dir when registering aci backend 2020-05-20 17:15:56 +02:00
backend_test.go Fix typo (and refactor the method name) 2020-05-18 14:56:32 +02:00