How does container get random names?
When creating a container without specifying a name, have you wondered how Docker assigns random names to it?
Primary identifier for containers is the container ID, you can do almost every operation with that but for us, for humans, using a name is less robotic. Container-based system employs randomly generated strings, consisting lowercase letters. This however have a pattern, with the first part being an adjective and the second part being the surname of a notable scientist or hacker.