aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/config.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-11 13:42:54 +0900
committerOphestra <cat@gensokyo.uk>2025-10-11 13:51:08 +0900
commit04a27c8e475c084b7dc94b00f57d7fd77201ee57 (patch)
tree1a4934fc7176be244532320bad1cafcd75819544 /hst/config.go
parent9e3df0905b28c336c3b9df95bd8dfbccd36b7e61 (diff)
hst: use plausible overlay template
The current value is copied from a test case, and does not resemble its intended use case. Signed-off-by: Ophestra <cat@gensokyo.uk>
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 a0843aeb..9d0ef67a 100644
--- a/hst/config.go
+++ b/hst/config.go
@@ -57,11 +57,11 @@ type (
// Init user namespace supplementary groups inherited by all container processes.
Groups []string `json:"groups"`
- // High level configuration applied to the underlying [container.Params].
+ // High level configuration applied to the underlying [container].
Container *ContainerConfig `json:"container"`
}
- // ContainerConfig describes the container configuration to be applied to an underlying [container.Params].
+ // ContainerConfig describes the container configuration to be applied to an underlying [container].
ContainerConfig struct {
// Container UTS namespace hostname.
Hostname string `json:"hostname,omitempty"`