mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 17:39:52 +01:00
update docs
This commit is contained in:
@@ -57,19 +57,20 @@ options. See the below help output.
|
|||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-B | --bridge Enable VNET, and attach to a specified, already existing external bridge.
|
-B | --bridge Enable VNET, and attach to a specified, already existing external bridge.
|
||||||
-C | --clone Create a clone jail.
|
-C | --clone Create a clone jail.
|
||||||
-D | --dual Create jail with both IPv4 and IPv6 networking ('inherit' and 'ip_hostname' only).
|
-D | --dual Create jail with both IPv4 and IPv6 networking ('inherit' and 'ip_hostname' only).
|
||||||
-E | --empty Create an empty container, intended for custom jail builds (thin/thick/linux or unsupported).
|
-E | --empty Create an empty container, intended for custom jail builds (thin/thick/linux or unsupported).
|
||||||
-g | --gateway IP Specify a default router/gateway for the jail.
|
-g | --gateway IP Specify a default router/gateway for the jail.
|
||||||
-L | --linux Create a Linux jail (experimental).
|
-L | --linux Create a Linux jail (experimental).
|
||||||
-M | --static-mac Generate a static MAC address for jail (VNET only).
|
-M | --static-mac Generate a static MAC address for jail (VNET only).
|
||||||
-n | --nameserver IP,IP Specify nameserver(s) for the jail. Comma separated.
|
-n | --nameserver IP,IP Specify nameserver(s) for the jail. Comma separated.
|
||||||
--no-validate Do not validate the release when creating the jail.
|
--no-validate Do not validate the release when creating the jail.
|
||||||
--no-boot Create jail with boot=off.
|
--no-boot Create jail with boot=off.
|
||||||
-p | --priority VALUE Set priority value for jail.
|
-P | --passthrough Enable VNET, and pass the specified interface into the jail.
|
||||||
-T | --thick Creates a thick container, they consume more space as they are self contained and independent.
|
-p | --priority VALUE Set priority value for jail.
|
||||||
-V | --vnet Enable VNET, and attach to an existing, physical interface.
|
-T | --thick Creates a thick container, they consume more space as they are self contained and independent.
|
||||||
-v | --vlan VLANID Creates the jail with specified VLAN ID (VNET only).
|
-V | --vnet Enable VNET, and attach to an existing, physical interface.
|
||||||
-x | --debug Enable debug mode.
|
-v | --vlan VLANID Creates the jail with specified VLAN ID (VNET only).
|
||||||
-Z | --zfs-opts zfs,options Comma separated list of ZFS options to create the jail with. This overrides the defaults.
|
-x | --debug Enable debug mode.
|
||||||
|
-Z | --zfs-opts zfs,options Comma separated list of ZFS options to create the jail with. This overrides the defaults.
|
||||||
|
|||||||
@@ -40,11 +40,11 @@ network TARGET remove INTERFACE`` while both jails are stopped.
|
|||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-a | --auto Start/stop jail(s) if required.
|
-a | --auto Start/stop jail(s) if required.
|
||||||
-B | --bridge Add a bridge VNET interface.
|
-B | --bridge Add a bridge VNET interface.
|
||||||
-M | --static-mac Generate a static MAC address for the interface (VNET only).
|
-M | --static-mac Generate a static MAC address for the interface (VNET only).
|
||||||
-n | --no-ip Create interface without an IP (VNET only).
|
-n | --no-ip Create interface without an IP (VNET only).
|
||||||
-P | --passthrough Add a raw interface.
|
-P | --passthrough Add a raw interface.
|
||||||
-V | --vnet Add a VNET interface.
|
-V | --vnet Add a VNET interface.
|
||||||
-v | --vlan VLANID Assign VLAN ID to interface (VNET only).
|
-v | --vlan VLANID Assign VLAN ID to interface (VNET only).
|
||||||
-x | --debug Enable debug mode.
|
-x | --debug Enable debug mode.
|
||||||
Reference in New Issue
Block a user