██████╗ ██╗ ██╗ █████╗ ██████╗ █████╗ ███╗ ██╗████████╗██╗███╗ ██╗███████╗
██╔═══██╗██║ ██║██╔══██╗██╔══██╗██╔══██╗████╗ ██║╚══██╔══╝██║████╗ ██║██╔════╝
██║ ██║██║ ██║███████║██████╔╝███████║██╔██╗ ██║ ██║ ██║██╔██╗ ██║█████╗
██║▄▄ ██║██║ ██║██╔══██║██╔══██╗██╔══██║██║╚██╗██║ ██║ ██║██║╚██╗██║██╔══╝
╚██████╔╝╚██████╔╝██║ ██║██║ ██║██║ ██║██║ ╚████║ ██║ ██║██║ ╚████║███████╗
╚══▀▀═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝
----------------------------------------------------------------------------------
quickly and easily create sandbox to run untrusted code. Made with ❤️ using 🦀
[![Crates.io](https://img.shields.io/crates/v/quarantine.svg)](https://crates.io/crates/quarantine)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
> `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.
## Download
[https://github.com/zahash/quarantine/releases](https://github.com/zahash/quarantine/releases)
( or )
```
cargo install quarantine
```
## Usage examples
```sh
quarantine --help
quarantine -i node:latest
```
## Meta
zahash – zahash.z@gmail.com
Distributed under the MIT license. See `LICENSE` for more information.
[https://github.com/zahash/](https://github.com/zahash/)
## Contributing
1. Fork it (