ring-lang / docker-ring

A Docker image that enables you to run The Ring Programming Language in a container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-ring

A Docker image that enables you to run The Ring Programming Language in a container.

Installation

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

Build and Run

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.

About

A Docker image that enables you to run The Ring Programming Language in a container.

License:MIT License


Languages

Language:Dockerfile 100.0%