CBSD – FreeBSD Jail Management Tools
bsdstore.ru
CBSD – FreeBSD Jail Management Tools
1–10 of 42 posts
Re: CBSD – FreeBSD Jail Management Tools
#2* a ready repository for kernels and the worlds that takes buildworld/installworld steps not the obligatory.
* when steps of buildworld/installworld are undertaken, src.conf for a world customization is supported
* base the catalog can place on MD/RAM/TMPFS on a disk that can be useful at a big num of jails with RO mounted base
* support of ZFS of file system, ZFS of quotas, ZFS snapshots
* GUI configurator of jails (DIALOG/WEB)
* VIMAGE support (separate network stack per jail container)
* traffic count per jail, RACCT/RCTL support (resource restrictions)
* import/export of jails, jail replication, cold migration of a jails between nodes
* descriptions for jails
* management of sequence of start of jail and their priority
* a repository with ready jail template
* possibility to create own scenarios for creation of jails/repository
* jail converting into PXE/ISO/Memstick-image
* support for jail non-native architecture via Qemu User mode (eg: arm or mips64 jail on x86-64 host system)
Re: CBSD – FreeBSD Jail Management Tools
#3> rsync,sudo,libssh2,sqlite3
Now, I don't use FreeBSD, but that seems like a dream when it comes to provisioning.
Re: CBSD – FreeBSD Jail Management Tools
#4Re: CBSD – FreeBSD Jail Management Tools
#5The dependency list is amazingly minimal! > rsync,sudo,libssh2,sqlite3 Now, I don't use FreeBSD, but that seems like a dream when it comes to provisioning.
Re: CBSD – FreeBSD Jail Management Tools
#6for the rest of HN:
Isn't one of Dockers killer features the layered file system? Using rsync for making new jails seems like it's going to be real slow for reprovisioning.
What kind of things to people use FreeBSD for? I wonder if they're really rooting for a docker coming to their environment.
Re: CBSD – FreeBSD Jail Management Tools
#7The dependency list is amazingly minimal! > rsync,sudo,libssh2,sqlite3 Now, I don't use FreeBSD, but that seems like a dream when it comes to provisioning.
Re: CBSD – FreeBSD Jail Management Tools
#8Re: CBSD – FreeBSD Jail Management Tools
#9This project seems great, but I feel there's something wrong with the submitted article title, it sounds weird (plus, there's no mention of Docker on the linked page). Sure, you can draw parallels between Docker and what FreeBSD jails and tools built on top do, but it would be fairer to say Docker is a Linux based alternative to jails, and not as powerful (as far as I understand Linux kernel infrastructure that Docke…
Re: CBSD – FreeBSD Jail Management Tools
#10dallagi: your comments are marked as dead. Judging from your comments there's no real reason for it, so I think a bot did it because you commented on a troll submission. for the rest of HN: Isn't one of Dockers killer features the layered file system? Using rsync for making new jails seems like it's going to be real slow for reprovisioning. What kind of things to people use FreeBSD for? I wonder if they're really roo…