mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
refactor: remove docker dependency for Pid container property
This commit is contained in:
@@ -627,7 +627,7 @@ func (s *Server) CreateServiceContainer(
|
||||
Binds: spec.Container.Volumes,
|
||||
Init: spec.Container.Init,
|
||||
Mounts: mounts,
|
||||
PidMode: spec.Container.Pid,
|
||||
PidMode: container.PidMode(spec.Container.PidMode),
|
||||
PortBindings: portBindings,
|
||||
Privileged: spec.Container.Privileged,
|
||||
Resources: container.Resources{
|
||||
|
||||
Reference in New Issue
Block a user