aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/config.go')
-rw-r--r--hst/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/hst/config.go b/hst/config.go
index d6f07be0..8226a35f 100644
--- a/hst/config.go
+++ b/hst/config.go
@@ -78,9 +78,9 @@ type (
// allow userns creation in container
Userns bool `json:"userns,omitempty"`
// share host net namespace
- Net bool `json:"net,omitempty"`
+ HostNet bool `json:"host_net,omitempty"`
// share abstract unix socket scope
- Abstract bool `json:"abstract,omitempty"`
+ HostAbstract bool `json:"host_abstract,omitempty"`
// allow dangerous terminal I/O
Tty bool `json:"tty,omitempty"`
// allow multiarch