Compile and run Ruby programs without having to install all of the dependencies on your local machine!
- Docker is installed
- Docker has permissions to target file system
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.
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.