Install Poudriere: Difference between revisions
Jump to navigation
Jump to search
imported>Jacob (Created page with "<hr><p style="text align:left;"> Previous Poudriere setup <span style="float:right;"> Next Configure poudriere </span></p> <hr><p style="text align:left;"> Update the...") |
imported>Jacob No edit summary |
||
| Line 12: | Line 12: | ||
enable jail services in rc.conf | enable jail services in rc.conf | ||
# vim /etc/rc.conf | # vim /etc/rc.conf | ||
hostname=" | hostname="mypkg.example.com" | ||
ifconfig_bge0="DHCP" | ifconfig_bge0="DHCP" | ||
ifconfig_bge0_ipv6="inet6 accept_rtadv" | ifconfig_bge0_ipv6="inet6 accept_rtadv" | ||
Latest revision as of 21:30, 16 February 2020
Previous Poudriere setup Next Configure poudriere
Update the host.
# freebsd-update fetch install
Install Poudriere.
# pkg install poudriere nginx
enable jail services in rc.conf
# vim /etc/rc.conf hostname="mypkg.example.com" ifconfig_bge0="DHCP" ifconfig_bge0_ipv6="inet6 accept_rtadv" sshd_enable="YES" ntpdate_enable="YES" ntpd_enable="YES" powerd_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" zfs_enable="YES" jail_enable="YES"
Previous Poudriere setup Next Configure poudriere