logoalt Hacker News

jychanglast Saturday at 5:24 AM3 repliesview on HN

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.


Replies

mkageniuslast Saturday at 7:04 AM

There are similar commands for coderunner (not the UI frontend):

  container image pull instavm/coderunner

  container run  --name coderunner --detach  instavm/coderunner
(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.

patmorgan23last Saturday at 6:23 AM

I believe a flatpack or appimage is what you're looking for.

cheschirelast Saturday at 9:53 AM

But you would pump your secrets into a docker AI?

show 2 replies