Hello

I have a question about using drupal with docker.
In my work we have already used drupal to host about 200 sites in a multi-site installation. My question is about migrating from this environment to using docker.
Should I create 1 container per site (with web server and php each container) or create a single container with web server and another with php for all 200 sites?

Thanks and Regards