Crate iocage_provision
Source - IocageExecError
- Error when an iocage exec command fails.
- CmdError
- Error
- Error type for this crate.
- GatewayError
- Error when determining a default gateway IP address.
- default_release
- Returns a default release value based on the current host.
- ensure_root
- Ensures that the current effective user is root.
- netstat_gateway_addr
- Determines and returns a default gateway IP address by querying the
netstat
command. - provision_jail
- Creates, starts, and sets up a new FreeBSD jail via the
iocage
program.
- Result
- A specialized
Result
type for this crate’s operations.