https://github.com/instantbox/instantbox
📦 Get a clean, ready-to-go Linux box in seconds.
https://github.com/instantbox/instantbox
docker docker-compose hacktoberfest linux linux-shell web-shell
Last synced: 7 days ago
JSON representation
📦 Get a clean, ready-to-go Linux box in seconds.
- Host: GitHub
- URL: https://github.com/instantbox/instantbox
- Owner: instantbox
- License: mit
- Created: 2018-12-11T04:42:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T06:42:40.000Z (about 1 year ago)
- Last Synced: 2025-04-10T07:16:22.148Z (11 days ago)
- Topics: docker, docker-compose, hacktoberfest, linux, linux-shell, web-shell
- Language: Python
- Homepage:
- Size: 3.1 MB
- Stars: 4,153
- Watchers: 95
- Forks: 299
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - instantbox/instantbox - 📦 Get a clean, ready-to-go Linux box in seconds. (Python)
- awesome-ops - instantbox/instantbox - 12-11|2024-03-12 | 在不到 30s 内得到一个干净、开箱即用的临时 Linux 系统 | (虚拟化)
- awesome - instantbox/instantbox - 📦 Get a clean, ready-to-go Linux box in seconds. (Python)
- awesome-hacking-lists - instantbox/instantbox - 📦 Get a clean, ready-to-go Linux box in seconds. (Python)
README

# instantbox
Get a clean, ready-to-go Linux box in seconds.
[](https://travis-ci.com/instantbox/instantbox)
[](https://hub.docker.com/r/instantbox/instantbox)


[](https://t.me/joinchat/HtYtxRSerOwrMLg_2_wZTQ)
[](LICENSE)## Introduction
### What is instantbox?
It's a project that spins up temporary Linux systems with instant webshell access from any browser.
### What can an instantbox do?
1. provides a clean Linux environment for a presentation
2. let students experience the charm of Linux at your school or your next LUG meet
3. run with an inspiration in a clean environment
4. manage servers from any device
5. experiment with an open source project
6. test software performance under resource constraintsand more! ideas are endless...
### Which Linux distributions are available?
We currently supports various versions of Ubuntu, CentOS, Arch Linux, Debian, Fedora and Alpine.
## Quickstart

## Deploy
Prerequisite: docker [[More Information]](https://docs.docker.com/install/)
```bash
mkdir instantbox && cd $_
bash <(curl -sSL https://raw.githubusercontent.com/instantbox/instantbox/master/init.sh)
```## Questions
Please submit an issue or join the conversation on [telegram](https://t.me/joinchat/HtYtxRSerOwrMLg_2_wZTQ).
## Donations
We are in urgent need for donations in the form of server resources. Please contact us at team@instantbox.org if you are able to help. We appreciate it!
## Credits
* [tsl0922/ttyd](https://github.com/tsl0922/ttyd) - webshell
## License
[MIT](LICENSE)