isolate 0.1.2

Command line tool for namespace isolation in linux.
isolate-0.1.2 is not a library.

isolate is a command line tool for using linux's namespace isolation facilities.

Installation

cargo install isolate

Basic Usage

isolate [--config-file <path>] <command>

Configuration File

The format of the configuration file can be seen in the default isolate.toml.

The configuration file can be specified at the command line using the -f or --config-file flag. Alternatively, the following locations are searched in order:

  1. ./isolate.toml
  2. ./.isolate.toml
  3. ~/.config/isolate.toml
  4. ~/.isolate.toml
  5. /etc/isolate.toml