https://github.com/dcoles/choot
Ch'oot: A suped up chroot using Linux namespaces
https://github.com/dcoles/choot
Last synced: 8 months ago
JSON representation
Ch'oot: A suped up chroot using Linux namespaces
- Host: GitHub
- URL: https://github.com/dcoles/choot
- Owner: dcoles
- License: mit
- Created: 2021-01-31T17:22:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T04:05:44.000Z (over 2 years ago)
- Last Synced: 2025-01-20T01:48:01.083Z (over 1 year ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ch'oot
A suped up chroot using Linux namespaces.
**⚠️ Warning:** This is experimental software. It should not be relied upon for actual sandboxing.
## Usage
```
USAGE:
choot [-- ...]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
Filesystem root
... Command arguments
```
## License
Lincenced under the MIT License. See [LICENSE](LICENSE) for details.