#namespaces #linux #command-line-tool #container

app isolate

Command line tool for namespace isolation in linux

3 releases

Uses old Rust 2015

0.1.2 Jan 7, 2018
0.1.1 Jan 7, 2018
0.1.0 Jan 7, 2018

#18 in #namespace

ISC license

7KB
124 lines

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

Dependencies

~6.5MB
~141K SLoC