Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briandowns/jail
Package jail provides native FreeBSD Jail syscalls in Go
https://github.com/briandowns/jail
bsd container-orchestration containers freebsd go golang jails kernel
Last synced: about 1 month ago
JSON representation
Package jail provides native FreeBSD Jail syscalls in Go
- Host: GitHub
- URL: https://github.com/briandowns/jail
- Owner: briandowns
- License: bsd-3-clause
- Created: 2018-02-18T01:50:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T02:09:14.000Z (about 1 year ago)
- Last Synced: 2024-06-20T17:53:23.071Z (6 months ago)
- Topics: bsd, container-orchestration, containers, freebsd, go, golang, jails, kernel
- Language: Go
- Homepage:
- Size: 1.65 MB
- Stars: 51
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jail
Jail provides native FreeBSD Jail syscalls in Go. As of now, FreeBSD 13.1 defines the Jail API at version 2. This is the only version supported at this time. The syscalls supported are:
* jail(2)
* jail_set(2)
* jail_get(2)
* jail_attach(2)
* jail_remove(2)To get specifics on the syscalls themselves can be referenced [here](https://www.freebsd.org/cgi/man.cgi?query=jail_set&apropos=0&sektion=2&manpath=FreeBSD+11.1-RELEASE&arch=default&format=html).
For examples, please reference the `examples` directory.
## Contributing
Please feel free to open a PR!
## License
Jail source code is available under the BSD 3 clause [License](/LICENSE).
## Contact
[@bdowns328](http://twitter.com/bdowns328)
## Image Credit
www.debarbora.com