mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 19:26:25 +02:00
fix typo in readme.md
This commit is contained in:
parent
b6b8a14005
commit
a2231f5c72
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ Content-Type: application/json
|
|||
# Principle of Operation
|
||||
|
||||
Piston uses Docker as the primary mechanism for sandboxing. There is an API within the container written in Node
|
||||
which takes in execution requests and executees them within the container safely.
|
||||
which takes in execution requests and executes them within the container safely.
|
||||
High level, the API writes any source code to a temporary directory in `/piston/jobs`.
|
||||
The source file is either ran or compiled and ran (in the case of languages like c, c++, c#, go, etc.).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue