diff options
Diffstat (limited to 'hst')
| -rw-r--r-- | hst/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hst/config.go b/hst/config.go index 34100e4f..d6f07be0 100644 --- a/hst/config.go +++ b/hst/config.go @@ -79,6 +79,8 @@ type ( Userns bool `json:"userns,omitempty"` // share host net namespace Net bool `json:"net,omitempty"` + // share abstract unix socket scope + Abstract bool `json:"abstract,omitempty"` // allow dangerous terminal I/O Tty bool `json:"tty,omitempty"` // allow multiarch |
