Skip to main content

Table 1 Sandbox API by Iso-UniK

From: Iso-UniK: lightweight multi-process unikernel through memory protection keys

API

API Arguments

Description

SANDBOX_FORK

sandbox configuration

Fork current process in a sandbox configured with the arguement.

SANDBOX_WAIT

sandbox-id

Wait the sandbox sandbox-id to finish.

SANDBOX_CREATE

sandbox configuration

Create a sandbox according to the argument, and ready to run.

SANDBOX_DESTROY

sandbox-id

Destroy the sandbox sandbox-id

SANDBOX_RUN

sandbox-id

Run the sandbox sandbox-id.

SANDBOX_PIPE

sandbox-id, message

Send/Recevie a message to/from a sandbox.