move docs to var
This commit is contained in:
parent
9214903061
commit
dca8fcaaae
|
@ -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
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue