A Docker image that enables you to run The Ring Programming Language in a container.
You can use Xephyr as an X server window if you are to run this image in desktop environment.
In case you are running Ubuntu, install Xephyr as following:
sudo apt install -y xserver-xephyr
Clone the repository of this image
git clone https://github.com/hijiki02/docker-ring.git
cd docker-ring
Get your X Client ready and start running
Xephyr -screen 1024x768 :1 &
docker-compose up -d
You can edit docker-compose.yml to select what display you use.