Sign inSign up

mariowjl/rust-sandbox

By mariowjl

Updated over 3 years ago

sandbox images for rust onlinejudge project

Image
0

159

mariowjl/rust-sandbox repository overview

Get Start

$ docker run -itd -w /opt --rm --privileged --shm-size=256m -p 5050:5050 mariowjl/rust-sandbox:latest ./executorserver

install other languages

$ docker exec -it ${the container id of sandbox you run} /bin/bash

# in the container

/opt> apt update
/opt> apt install ${the language you want to install}

Tag summary

Content type

Image

Digest

sha256:d186404aa

Size

281 MB

Last updated

over 3 years ago

docker pull mariowjl/rust-sandbox