https://github.com/uetchy/sandbox
sandbox
https://github.com/uetchy/sandbox
Last synced: 4 months ago
JSON representation
sandbox
- Host: GitHub
- URL: https://github.com/uetchy/sandbox
- Owner: uetchy
- License: apache-2.0
- Created: 2019-04-16T05:41:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T03:22:45.000Z (almost 6 years ago)
- Last Synced: 2025-02-21T19:27:52.076Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sandbox
Add `sandbox` alias to your shell config:
```
alias sandbox="docker run --rm -it -v \"\$HOME/Downloads:/root/Downloads\" uetchy/sandbox"
```
then type `sandbox` to dive in sandbox environment.
```
sandbox
```