package
0.2.0
Repository: https://github.com/brmatt/nomad.git
Documentation: pkg.go.dev

# Functions

Command is a mirror of exec.Command that returns a platform-specific Executor.
No description provided by the author
No description provided by the author
No description provided by the author
OpenId is similar to executor.Command but will attempt to reopen with the passed ID.
No description provided by the author

# Structs

BasicExecutor should work everywhere, and as a result does not include any resource restrictions or runas capabilities.
execLinuxID contains the necessary information to reattach to an executed process and cleanup the created cgroups.
Linux executor is designed to run on linux kernel 2.8+.

# Interfaces

Executor is an interface that any platform- or capability-specific exec wrapper must implement.