-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello!
I'm the creator of an Erlang based language called Gleam, and I'm starting to look into how I could provide a "Try Gleam" web page similar to the ones for Rust and Golang. My main problem is that I need a way to safely run untrusted Erlang on a server or cloud service that I run. After asking on twitter I was directed towards this project, and I was really impressed with the UX and the clearly documented API.
My resources for Gleam are extremely limited (we do not yet have any corporate backing) so I would want to colocate all Gleam web services on a single VPS, so having the services (such as eplaypen) isolated within containers is very appealling to me, rather than mutating the host.
I was wondering how possible it would be to run the project itself from inside an OCI container, rather than running the ansible scripts on the host itself.
I would prefer to run the services with podman, though I would be willing to use docker if that's required in order to enable eplaypen to work while it was itself within a container.
I'm keen to hear your thoughts!
Thanks,
Louis