Hacker News new | ask | show | jobs
by DeMoXz 1102 days ago
How the applications published by developers are hosted ?
1 comments

One of the worker here:

The applications are all docker instances, this allows us to provide an environment cheapest then hosting a virtual machine or a dedicated instance.

Thanks!!