Added doc and fixes - bridge support

This commit is contained in:
Stefano Marinelli
2021-12-02 15:22:08 +01:00
parent ec1356df08
commit d951a70b30
3 changed files with 14 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ usage() {
-L | --linux -- This option is intended for testing with Linux jails, this is considered experimental.
-T | --thick -- Creates a thick container, they consume more space as they are self contained and independent.
-V | --vnet -- Enables VNET, VNET containers are attached to a virtual bridge interface for connectivity.
-B | --bridge -- Enables VNET, VNET containers are attached to a specified, already existing local bridge.
-B | --bridge -- Enables VNET, VNET containers are attached to a specified, already existing external bridge.
EOF
exit 1