Hello, I am trying to create an application that allows clients access to a personal VM when going to the application’s URL. Each client should have their own VM when using the URL. What is the best way to go about doing this?
Currently, my application can be spun up using a Docker container to one VM, but I find that when multiple users access the application, any changes made by one is also seen by the other. Is there a way to scale up a VM for each client, or launch a new container for each client? Or are there other best practice method to resolve such a problem?
Scheduled Uptime = Start and stop VMs according to a preset schedule.
Dynamic Uptime = Start and stop VMs based on the # of active users in the collection pool.
Custom Image Management
Once a VM has been configured with the desired OS, apps, and settings: itopia can automate the creation and deployment of the image across multiple VMs, either manually or via itopia’s Auto-Scaling."