This commit is contained in:
Thomas Hobson 2021-03-13 14:31:44 +13:00
commit 4e2be29461
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<h1 align="center"> <h1 align="center">
<a href="https://github.com/engineer-man/piston"><img src="docs/images/icon_circle.svg" width="25" height="25" alt="engineer-man piston"></a> <a href="https://github.com/engineer-man/piston"><img src="var/docs/images/icon_circle.svg" width="25" height="25" alt="engineer-man piston"></a>
Piston Piston
</h1> </h1>
@ -208,7 +208,7 @@ Content-Type: application/json
<br> <br>
<!-- <!--
# Principle of Operation # Principle of Operation
Piston utilizes LXC as the primary mechanism for sandboxing. There is a small API written in Node which takes Piston utilizes LXC as the primary mechanism for sandboxing. There is a small API written in Node which takes
in execution requests and executes them in the container. High level, the API writes in execution requests and executes them in the container. High level, the API writes
@ -216,7 +216,7 @@ a temporary source and args file to `/tmp` and that gets mounted read-only along
The source file is either ran or compiled and ran (in the case of languages like c, c++, c#, go, etc.). The source file is either ran or compiled and ran (in the case of languages like c, c++, c#, go, etc.).
<br> <br>
<!-- <!--
# Security # Security
LXC provides a great deal of security out of the box in that it's separate from the system. LXC provides a great deal of security out of the box in that it's separate from the system.
Piston takes additional steps to make it resistant to Piston takes additional steps to make it resistant to

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB