Crates.io | unshare_petbox |
lib.rs | unshare_petbox |
version | 0.7.1 |
source | src |
created_at | 2023-07-11 05:45:24.697193 |
updated_at | 2023-07-11 05:45:24.697193 |
description | The low-level interface for linux namespaces (containers), for using with petbox |
homepage | https://github.com/ImBearChild/petbox |
repository | |
max_upload_size | |
id | 913514 |
size | 103,406 |
This is a bundled version of unshare.
Unshare is a low-level library to create linux containers.
It contains the following:
std::process::Command
chroot/pivot_root
), uid
, gid
, gid_map
PR_SET_PDEATHSIG
)Not implemeneted yet:
The following is considered:
std::process
interface)unshare
and setns
The following is out of scope: