remote-namespace
v0.1.1
Published
RNS - Remote Namespace Shell for isolated Linux namespaces with remote filesystems
Readme
RNS - Remote Namespace Shell
A tool for creating isolated Linux namespaces with remote filesystems mounted via SSHFS, NFS, or CIFS.
Installation
npm install -g remote-namespaceUsage
# Run with a profile
rns run -p my-server
# Interactive TUI
rns tui
# Initialize config
rns init
# Manage profiles
rns profile list
rns profile add my-server 192.168.1.100
rns profile rm my-serverFeatures
- Isolated Linux namespaces with custom hostnames
- SSHFS remote filesystem mounting
- Profile management for quick server switching
- Interactive TUI interface
- Bind mount support
- Custom shell and working directory
License
MIT
