Crates.io | nspawn-lite |
lib.rs | nspawn-lite |
version | 0.2.2 |
source | src |
created_at | 2020-09-06 03:51:54.899863 |
updated_at | 2020-09-06 03:51:54.899863 |
description | A simple and lightweight container-engine like `systemd-nspawn`. |
homepage | https://gitee.com/kt10/nspawn-lite |
repository | https://gitee.com/kt10/nspawn-lite.git |
max_upload_size | |
id | 285285 |
size | 31,894 |
A minimal systemd-nspawn
implementation.
systemd-nspawn
的平台
systemd-nspawn
功能拆分为独立的安装包 systemd-container
nspawn-lite 0.2
FanHui. <hui.fan@mail.ru>
A mininal container engine.
USAGE:
nspawn-lite [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-a, --cmd-args <ARGS>... Args given to the `cmd`.
-c, --cmd-path <PATH> The command path **after** chroot.
-n, --exec-name <NAME> The name of 'inner systemd' process, gotten by `ps` command.
-r, --root-path <PATH> The new rootfs path **before** chroot.