Any way to install this via just a container?
Similar to a `docker compose up -d` that a lot of projects offer. Just download the docker-compose.yml file into a folder, run the command, and you're running. If you want to delete everything, just `docker compose down` and delete the folder, and the container and everything is gone.
Anything similar to that? I don't want to run a random install.sh on my machine that does god knows what.
I believe a flatpack or appimage is what you're looking for.
But you would pump your secrets into a docker AI?
There are similar commands for coderunner (not the UI frontend):
(for more comprehensive commands, see from line 51 https://github.com/instavm/coderunner/blob/main/install.sh#L...)Frontend (coderunner-ui) is not inside a docker as of now.