There is no need to create or register tenant specific modules or containers as per the link in your post point to.
Considering the scenario of having thousands of tenants, the task of managing the containers for each tenant is a immense task and is not performant. The best option would be to grab all the tenant specific metadata and then have the service and data access layers identify the tenant from the application and then provide the data for the tenant. All that you should have in place is a tenant aware stack that does the job.
Instead of implementing all the complexities associated with the Multi-Tenancy by yourselves and spending large amount of time, you can opt for a Well tested and proven Multi-Tenant SaaS framework like CelloSaaS of TechCello with which you can consume the framework API and get started with the application business logic implementations with the framework handling the mutli-tenancy behind the scene for you. Do take a look at http://www.techcello.com for more of its capabilities.