YorkHe / docker-sandbox

A bash-like program to run java and c++ project or binaries in a docker sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOCKER-SANDBOX

NAME:
   Docker Sandbox - Run binary or jar file in an isolated docker container with piped stdin/stdout and permission control.

USAGE:
   index.exe [global options] command [command options] [arguments...]

VERSION:
   0.0.0

COMMANDS:
     jar, a     Run a jar file
     binary, b  Run a binary file
     help, h    Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --input FILE, -i FILE     Load input from FILE
   --output FILE, -c FILE    Output are written into FILE
   --memory value, -m value  Memory Limit --memory 300m
   --help, -h                show help
   --version, -v             print the version

About

A bash-like program to run java and c++ project or binaries in a docker sandbox


Languages

Language:Go 94.1%Language:Java 5.9%