Bug 200905 - Jails Build section in Handbook is outdated for 10.x
Summary: Jails Build section in Handbook is outdated for 10.x
Status: Closed Overcome By Events
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Sergio Carlavilla Delgado
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-16 14:15 UTC by gergely.czuczy
Modified: 2023-09-21 06:52 UTC (History)
3 users (show)

See Also:


Attachments
jails config diff between <= 9.0 to 9.1-RELEASE (3.55 KB, patch)
2015-09-22 00:13 UTC, Eric Holzbach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gergely.czuczy 2015-06-16 14:15:07 UTC
Hello,

This page:
https://www.freebsd.org/doc/handbook/jails-build.html

Should detail the usage of jail.conf(5), instead of the old rc.conf way. People who are using that to configure 10 are pretty much confused.

Regards,
-czg
Comment 1 Eric Holzbach 2015-09-22 00:13:42 UTC
Created attachment 161257 [details]
jails config diff between <= 9.0 to 9.1-RELEASE
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-09-20 08:34:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=612b7cc1721224c494c5b2600188e1508bb5611b

commit 612b7cc1721224c494c5b2600188e1508bb5611b
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-09-20 08:15:40 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-09-20 08:15:40 +0000

    Handbook - Jails: Rewrite the chapter

    Changes:
    - Add jail types info: Thick, Thin, VNET and Linux Jails
    - Add info about the necessary configuration on the host system
    - Add info about types of networking in the jails
    - Explain the jail config file
    - Add info about how to configure Thick, Thin, VNET and Linux Jails
    - Explain how to upgrade the different types of jails
    - Add info about the resources limits in a Jail
    - Add info about different jail managers and containers

    Information obtained from:
    - https://man.freebsd.org/cgi/man.cgi?query=jail&sektion=8
    - https://wiki.freebsd.org/Jails
    - https://man.freebsd.org/cgi/man.cgi?rctl(8)
    - https://vermaden.wordpress.com/2023/06/28/freebsd-jails-containers/
    - https://clinta.github.io/freebsd-jails-the-hard-way/
    - https://jacob.ludriks.com/2017/06/07/FreeBSD-Thin-Jails/
    - Jails and VNET a guide - Derik J. Ramirez
    - https://wb-hk.blogspot.com/2016/04/freebsd-jails-4-thin-jails-using-nullfs.html
    - https://blog.uidrafter.com/freebsd-jails-network-setup
    - https://forums.freebsd.org/threads/setting-up-a-debian-linux-jail-on-freebsd.68434/
    - https://github.com/msimerson/Mail-Toaster-6/wiki/Linux-Jails
    - https://etherealwake.com/2021/08/freebsd-jail-networking/
    - https://wiki.freebsd.org/TomMarcoen/JailNetworking
    - https://weblog.antranigv.am/posts/2020/06/vnet-jail-howto/

    PR:                     203641, 200905, 209157, 248150, 263330, 264317,
                            226282, 239861, 166358, 178221, 265410
    Reviewed by:            karels@, fernape@, jrm@
    Differential Revision:  https://reviews.freebsd.org/D41450

 .../content/en/books/handbook/jails/_index.adoc    | 1492 ++++++++++----------
 1 file changed, 715 insertions(+), 777 deletions(-)
Comment 3 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-09-20 08:58:45 UTC
I'm gonna mark this as overcome by events since the chapter has been rewritten
in: https://cgit.freebsd.org/doc/commit/?id=612b7cc1