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

Installation

bash cargo install isolate

Basic Usage

bash 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