logoalt Hacker News

mkageniuslast Saturday at 7:04 AM0 repliesview on HN

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.