#container #linux #namespaces #command

app runtainer

Run a command in a minimal linux container via namespaces

1 unstable release

0.0.0 Aug 10, 2023

#86 in #namespaces

MIT license

2KB

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

No runtime deps