| Crates.io | nspawn-lite |
| lib.rs | nspawn-lite |
| version | 0.2.2 |
| created_at | 2020-09-06 03:51:54.899863+00 |
| updated_at | 2020-09-06 03:51:54.899863+00 |
| 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-containernspawn-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.