aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/config.go')
-rw-r--r--hst/config.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/hst/config.go b/hst/config.go
index 8226a35f..e2f95d14 100644
--- a/hst/config.go
+++ b/hst/config.go
@@ -93,17 +93,12 @@ type (
// pass through all devices
Device bool `json:"device,omitempty"`
- // container mount points
+ // container mount points;
+ // if the first element targets /, it is inserted early and excluded from path hiding
Filesystem []FilesystemConfigJSON `json:"filesystem"`
// create symlinks inside container filesystem
Link []LinkConfig `json:"symlink"`
- // automatically bind mount top-level directories to container root;
- // the zero value disables this behaviour
- AutoRoot *container.Absolute `json:"auto_root,omitempty"`
- // extra flags for AutoRoot
- RootFlags int `json:"root_flags,omitempty"`
-
// read-only /etc directory
Etc *container.Absolute `json:"etc,omitempty"`
// automatically set up /etc symlinks