runtainer

Crates.ioruntainer
lib.rsruntainer
version0.0.0
sourcesrc
created_at2023-08-10 16:53:57.678121
updated_at2023-08-10 16:53:57.678121
descriptionRun a command in a minimal linux container via namespaces
homepagehttps://gitlab.com/lootved/runtainer
repositoryhttps://gitlab.com/lootved/runtainer
max_upload_size
id941180
size1,681
(LootVed)

documentation

README

Runtainer

Basic program that will :

  • create a user namespace via unshare
  • setup uid and gid mapping with newgidmap and newuidmap
  • chroot if needed
  • mount /proc if needed
Commit count: 0

cargo fmt