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

app isolate

Linux命名空间隔离的命令行工具

3个版本

使用旧的Rust 2015

0.1.2 2018年1月7日
0.1.1 2018年1月7日
0.1.0 2018年1月7日

#18 in #namespace

ISC 许可证

7KB
124

isolate 是一个用于使用Linux的命名空间隔离功能的命令行工具。

安装

cargo install isolate

基本用法

isolate [--config-file <path>] <command>

配置文件

配置文件的格式可以在默认的 isolate.toml 中查看。

可以使用命令行中的 -f--config-file 标志指定配置文件。或者,按以下顺序搜索以下位置

  1. ./isolate.toml
  2. ./.isolate.toml
  3. ~/.config/isolate.toml
  4. ~/.isolate.toml
  5. /etc/isolate.toml

依赖项

~6.5MB
~141K SLoC