feat: add support for sysctls compose key (#239)

* feat: add support for `sysctls` compose key

* lint

---------

Co-authored-by: Pasha Sviderski <me@psviderski.name>
This commit is contained in:
Andrey Viktorov
2026-01-10 15:53:56 +11:00
committed by GitHub
co-authored by Pasha Sviderski
parent 7e739dd2f0
commit 06c3fba96e
8 changed files with 49 additions and 8 deletions
+1
View File
@@ -623,6 +623,7 @@ func (s *Server) CreateServiceContainer(
RestartPolicy: container.RestartPolicy{
Name: container.RestartPolicyUnlessStopped,
},
Sysctls: spec.Container.Sysctls,
}
// Configure the container to use the internal DNS server if it's available.