Skip to content

bearddan2000/jruby-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jruby-desktop

Description

This is a POC project to demonstrate a jruby application running inside a docker container.

Tech stack

  • jdk 8
  • jruby 9
  • docker-cli
  • bash
  • xhost

Docker stack

  • jruby:9-alpine

To run

xhost + && sudo ./install.sh -u

To stop (optional)

xhost && sudo ./install.sh -d

To see help

sudo ./install.sh -h