Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Ruby Environment

Compile and run Ruby programs without having to install all of the dependencies on your local machine!

Prerequisites

  • Docker is installed
  • Docker has permissions to target file system

Windows

To run this Docker container on Windows, run the following command from the root of this directory:

.\run.bat {target_directory}

and replace the {target_directory} with the absolute path of the directory of the Ruby project on your local machine.

Linux

To run this Docker container on Windows, run the following command from the root of this directory:

.\run.sh {target_directory}

and replace the {target_directory} with the absolute path of the directory of the Ruby project on your local machine.