aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/container.go')
-rw-r--r--hst/container.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/hst/container.go b/hst/container.go
index 9ca14a8b..ebce07b9 100644
--- a/hst/container.go
+++ b/hst/container.go
@@ -69,9 +69,6 @@ type (
Etc string `json:"etc,omitempty"`
// automatically set up /etc symlinks
AutoEtc bool `json:"auto_etc"`
-
- // cover these paths or create them if they do not already exist
- Cover []string `json:"cover"`
}
// FilesystemConfig is an abstract representation of a bind mount.