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
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:
./isolate.toml
./.isolate.toml
~/.config/isolate.toml
~/.isolate.toml
/etc/isolate.toml
Dependencies
~6.5MB
~141K SLoC