Function lxc_attach_run_shell

Source
pub unsafe extern "C" fn lxc_attach_run_shell(
    payload: *mut c_void,
) -> c_int
Expand description

Run a shell command in the container.


Parameters

payload Not used.


Returns

Exit code of shell.


version: 1.0.0