Crates.io | quarantine |
lib.rs | quarantine |
version | 0.1.3 |
source | src |
created_at | 2024-09-21 19:28:39.847643 |
updated_at | 2024-09-23 12:34:32.5445 |
description | quarantine |
homepage | |
repository | https://github.com/zahash/quarantine/ |
max_upload_size | |
id | 1382430 |
size | 50,959 |
██████╗ ██╗ ██╗ █████╗ ██████╗ █████╗ ███╗ ██╗████████╗██╗███╗ ██╗███████╗ ██╔═══██╗██║ ██║██╔══██╗██╔══██╗██╔══██╗████╗ ██║╚══██╔══╝██║████╗ ██║██╔════╝ ██║ ██║██║ ██║███████║██████╔╝███████║██╔██╗ ██║ ██║ ██║██╔██╗ ██║█████╗ ██║▄▄ ██║██║ ██║██╔══██║██╔══██╗██╔══██║██║╚██╗██║ ██║ ██║██║╚██╗██║██╔══╝ ╚██████╔╝╚██████╔╝██║ ██║██║ ██║██║ ██║██║ ╚████║ ██║ ██║██║ ╚████║███████╗ ╚══▀▀═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝ ---------------------------------------------------------------------------------- quickly and easily create sandbox to run untrusted code. Made with ❤️ using 🦀
quarantine
is a command-line tool that quickly and easily gives you access to a sandboxed environment to run untrusted code. It takes your current working directory, mounts it inside a docker container, and provides a shell interface.
https://github.com/zahash/quarantine/releases
( or )
cargo install quarantine
quarantine --help
quarantine -i node:latest
zahash – zahash.z@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)