Why does the docker api return a list of names for a container?

The docker api returns a list for the property Names when doing an inspect on a container, but I don’t see any way to set multiple names for a container. Why doesn’t it return only a single name?

2 Likes