Page MenuHomeFreeBSD

Add sysutils/cloudabi-utils.
ClosedPublic

Authored by ed on Jul 13 2015, 12:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 30, 9:18 AM
Unknown Object (File)
Dec 16 2024, 10:20 AM
Unknown Object (File)
Dec 15 2024, 3:12 PM
Unknown Object (File)
Nov 13 2024, 5:39 AM
Unknown Object (File)
Oct 24 2024, 2:05 AM
Unknown Object (File)
Sep 21 2024, 10:17 PM
Unknown Object (File)
Sep 21 2024, 4:58 AM
Unknown Object (File)
Sep 20 2024, 7:42 AM
Subscribers
None

Details

Summary

Though CloudABI programs can simply be started from the command line
like any UNIX process, the preferred way for starting them is using the
cloudabi-run utility.

cloudabi-run parses a YAML file that contains the configuration for the
program that you want to run. Special tags can be used in the YAML file
to indicate that the program depends on a resources (a socket or a
file). cloudabi-run then attempts to obtain these resources and startes
the program for you.

The end result is that it's possible to build software that looks like
traditional UNIX software (executable + config file), but still gets run
in this completely sandboxed environment.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ed retitled this revision from to Add sysutils/cloudabi-utils..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: bapt.
bapt edited edge metadata.
This revision is now accepted and ready to land.Jul 13 2015, 12:26 PM
This revision was automatically updated to reflect the committed changes.