Skip to content

Sandboxing tool based on Docker. Run any untrusted java/c/c++/python code without any negative side effects.

Notifications You must be signed in to change notification settings

szilagyiabo/sandbox-pelican

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox-Pelican

This project is under development, do not use it in production environment. Only for testing purposes.

Supported language: Java, Python, C/C++ More languages are coming soon...

Version

0.0.1

Requirements

Python 2.7.10

Installation

It is recommended to run this in virtualenv.

If you use virtualenv run the following:

$ virtualenv venv
$ . venv/bin/activate

Install Sandbox-Pelican using pip:

$ pip install --editable .

Usage

Run Java code in sandbox:

$ sandbox java /path/to/file.java

Run C/C++ code in sandbox:

$ sandbox gcc /path/to/file.c

Run Python code in sandbox:

$ sandbox python /path/to/file.py

Help page:

$ sandbox --help

License

MIT

Free Software, Hell Yeah!

About

Sandboxing tool based on Docker. Run any untrusted java/c/c++/python code without any negative side effects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published