Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 658 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 658 Bytes

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.