Skip to content

dcapwell/jailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jailer

Simple command line to create jailed environments for processes to live in.

Currently only linux systems are supported

Commands

  • Create jail
jailer create <name> <img>
  • Delete jail
jailer delete <name>
  • List jails
jailer list
  • Switch to jail
jailer <name>
  • Run command inside a jail
jailer <name> <cmd> <arg>*

About

CLI utility for working with linux chroot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages