feat: add options extra-domain

This commit is contained in:
fengcaiwen
2023-03-20 19:43:42 +08:00
parent 37dec0506f
commit bde2ee42e0
8 changed files with 89 additions and 13 deletions

View File

@@ -40,6 +40,7 @@ type Options struct {
ContainerName string
NoProxy bool
ExtraCIDR []string
ExtraDomain []string
// docker options
Platform string