$ sudo iocage create -n nodered -r 12.1-RELEASE -T -C -p /mnt/datapool/iocage/pkglist.json
nodered successfully created!
You need an IP address for the jail to install packages!
Exactly how the Quick How To on the github page shows :)
Supply whatever property you want during creation, the json files do not need to be hand edited. iocage set can do that, but during create you can say sudo iocage create -n nodered -r 12.1-RELEASE -T -C -p /mnt/datapool/ ip4_addr="em0|192.168.1.10/24" for example.
Brandon
--
You received this message because you are subscribed to the Google Groups "iocage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iocage+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/iocage/f4901e86-3c89-424e-877e-205ce9fca40co%40googlegroups.com.
Exactly how the Quick How To on the github page shows :)
Supply whatever property you want during creation, the json files do not need to be hand edited. iocage set can do that, but during create you can say sudo iocage create -n nodered -r 12.1-RELEASE -T -C -p /mnt/datapool/ ip4_addr="em0|192.168.1.10/24" for example.
Brandon
On 9 Jun 2020, at 13:36, pau...@gmail.com wrote:
Hi,--I am trying to create a jail with a non-dhcp IP and a default pkg list using:
$ sudo iocage create -n nodered -r 12.1-RELEASE -T -C -p /mnt/datapool/iocage/pkglist.json
nodered successfully created!
You need an IP address for the jail to install packages!
How can I set the IP during jail creation so the packages can be installed ?Or maybe even better, how can I set properties in general during jail creation ?I have found the defaults.json file and use that to set generic properties like vnet and defaultrouter but those options are the same for all jails.Regards,Paul
You received this message because you are subscribed to the Google Groups "iocage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ioc...@googlegroups.com.
Heh, it should be in the manpage as PROPERTIES after the flags you can supply. If my memory is faulty, PR’s are always welcomed :)
Brandon
To unsubscribe from this group and stop receiving emails from it, send an email to iocage+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/iocage/5e1bcd5c-b02e-47f2-af67-d29784d55cf1o%40googlegroups.com.