sandbox images for rust onlinejudge project
159
$ docker run -itd -w /opt --rm --privileged --shm-size=256m -p 5050:5050 mariowjl/rust-sandbox:latest ./executorserver
$ 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}
Content type
Image
Digest
sha256:d186404aa…
Size
281 MB
Last updated
over 3 years ago
docker pull mariowjl/rust-sandbox