Skip to content

melt-adzuki/docker-ring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published