| containers.<name>.hostBridge | Put the host-side of the veth-pair into the named bridge
|
| containers.<name>.hostAddress | The IPv4 address assigned to the host interface.
(Not used when hostBridge is set.)
|
| containers.<name>.hostAddress6 | The IPv6 address assigned to the host interface.
(Not used when hostBridge is set.)
|
| containers.<name>.privateNetwork | Whether to give the container its own private virtual
Ethernet interface
|
| containers.<name>.macvlans | The list of host interfaces from which macvlans will be
created
|
| containers.<name>.forwardPorts | List of forwarded ports from host to container
|
| containers.<name>.ephemeral | Runs container in ephemeral mode with the empty root filesystem at boot
|
| containers.<name>.privateUsers | Whether to give the container its own private UIDs/GIDs space (user namespacing)
|
| containers.<name>.localAddress6 | The IPv6 address assigned to the interface in the container
|
| containers.<name>.localAddress | The IPv4 address assigned to the interface in the container
|