https://github.com/KiRist-code/code-runner
Code-Runner is multi-compiler docker server. Code-Runner allow you to compile and run your code on a docker container. You can give your compiler server to anyone who want to compile a programming file.
git clone <https://github.com/KiRist-code/code-runner.git>
First, you have to build Docker image first.
docker-compose build
Then, make your conatiner up
docker-compose up -d
Code-Runner supports many languages.
If you need to help with Code-Runner or you would like to help out, you can contact me on 'Issues' tab.