[][src]Function lxc_sys2::lxc_attach_run_command

pub unsafe extern "C" fn lxc_attach_run_command(payload: *mut c_void) -> c_int

Run a command in the container.


Parameters

payload lxc_attach_command_t to run.


Returns

-1 on error, exit code of lxc_attach_command_t program on success.


version: 1.0.0