Crates.io | isolate |
lib.rs | isolate |
version | 0.1.2 |
source | src |
created_at | 2018-01-07 10:18:21.330362 |
updated_at | 2018-01-07 12:22:46.894505 |
description | Command line tool for namespace isolation in linux. |
homepage | |
repository | https://github.com/xurtis/isolate |
max_upload_size | |
id | 45816 |
size | 7,708 |
isolate
is a command line tool for using linux's namespace isolation
facilities.
cargo install isolate
isolate [--config-file <path>] <command>
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:
./isolate.toml
./.isolate.toml
~/.config/isolate.toml
~/.isolate.toml
/etc/isolate.toml