Skip to content

Commit

Permalink
Merge pull request #43 from binpash/readme-disclaimer
Browse files Browse the repository at this point in the history
add disclaimer
  • Loading branch information
angelhof authored Jun 24, 2023
2 parents db254bf + 64f5109 commit 6e6e6d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ We're setting out to change that.

`try` lets you run a command and inspect its effects before changing your live system. `try` uses Linux's [namespaces (via `unshare`)](https://docs.kernel.org/userspace-api/unshare.html) and the [overlayfs](https://docs.kernel.org/filesystems/overlayfs.html) union filesystem.

Please note that `try` is a prototype and not a full sandbox, and should not be used to execute
commands that you don't already trust on your system, (i.e. devices in `/dev` are
mounted in the sandbox, and network calls are all allowed.) Please do not
attempt any commands that will remove everything in /dev or write zeros to your
disks.

<img src="docs/try_pip_install_example.gif" alt="try gif">

## Getting Started
Expand Down

0 comments on commit 6e6e6d8

Please sign in to comment.