Question about SELinux MCS category for containers

Hi all,

I have a question about unique MCS categories that docker assigns to every container.
We have a use case where we need to provide these categories for a container as input to the docker. How to make sure that user provided MCS categories doesn’t collide with docker generated categories for other containers? Is there any specific guidance available that we could follow?

Thanks.