https://github.com/letmutx/code-executor
Code executor in Rust using docker
https://github.com/letmutx/code-executor
async docker rust
Last synced: about 2 months ago
JSON representation
Code executor in Rust using docker
- Host: GitHub
- URL: https://github.com/letmutx/code-executor
- Owner: letmutx
- Created: 2017-11-28T12:19:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T15:33:20.000Z (about 8 years ago)
- Last Synced: 2026-04-04T07:33:02.615Z (2 months ago)
- Topics: async, docker, rust
- Language: Rust
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-executor
Code executor in Rust using docker
~~There are lot of bugs, I know. I will (hopefully) fix them someday~~. I did fix most and it is usable. Feel free to do whatever with it.
## Steps to run
You might have to pull images required, see Dockerfile
1. Install [rust](https://rustup.rs)
2. Install [docker](https://get.docker.com)
3. Do `cargo run`
You can use cURL. See sample json in `resources//*.json`
`$ curl -v 'https://localhost:3000/execute' --data @file`