isolate

Crates.ioisolate
lib.rsisolate
version0.1.2
sourcesrc
created_at2018-01-07 10:18:21.330362
updated_at2018-01-07 12:22:46.894505
descriptionCommand line tool for namespace isolation in linux.
homepage
repositoryhttps://github.com/xurtis/isolate
max_upload_size
id45816
size7,708
owners (github:tsanga:owners)

documentation

README

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
Commit count: 27

cargo fmt