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, Apr 1, 4:08 PM
Unknown Object (File)
Fri, Mar 29, 9:13 PM
Unknown Object (File)
Mar 5 2024, 7:21 AM
Unknown Object (File)
Feb 9 2024, 5:50 PM
Unknown Object (File)
Feb 9 2024, 5:50 PM
Unknown Object (File)
Feb 9 2024, 5:50 PM
Unknown Object (File)
Feb 8 2024, 11:14 PM
Unknown Object (File)
Dec 20 2023, 4:23 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.