You know how docker containers get a random name assigned when you don't specify one yourself? Names are randomly generated and look like "inspiring_pike" or "competent_darwin".
Turns out there's a special check in the code that prevents it from ever generating the name "boring_wozniak" 😄
https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go#L844