https://github.com/risto-stevcev/simple-jails
Simple annotated scripts to create FreeBSD thin jails and clone jails
https://github.com/risto-stevcev/simple-jails
freebsd freebsd-jails freebsd-scripts vagrant
Last synced: about 1 month ago
JSON representation
Simple annotated scripts to create FreeBSD thin jails and clone jails
- Host: GitHub
- URL: https://github.com/risto-stevcev/simple-jails
- Owner: Risto-Stevcev
- License: bsd-3-clause
- Created: 2019-11-15T03:29:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T13:07:20.000Z (over 6 years ago)
- Last Synced: 2025-02-22T08:26:27.890Z (over 1 year ago)
- Topics: freebsd, freebsd-jails, freebsd-scripts, vagrant
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-jails
See:
- `thinjail.sh` for the thin jail script
- `clonejail.sh` for the clone jail script
- `vagrant/` for an example of how to use them
## What this is for
This *is* for FreeBSD users who want to learn how to create thin jails and want the simplest
possible ready-to-use script to play around with. It's annotated and meant to be modified. It's for
those who want to know exactly what's going on with their system and how it's set up.
This *is not* for users that are looking for a fully mature solution that does everything and
simplifies a bunch of work. There are already libraries that do this well, such as [ezjail][1] and
[iocage][2].
[1]: http://erdgeist.org/arts/software/ezjail/
[2]: https://iocage.readthedocs.io/en/latest/