diff --git a/sandbox/config.go b/sandbox/config.go index ccb653e9..e0c020b2 100644 --- a/sandbox/config.go +++ b/sandbox/config.go @@ -35,7 +35,7 @@ func DefaultConfig() *Config { MaxMemory: "2g", MaxCPU: 1.0, ContainerWorkDir: "/workspace", - ContainerIPCSocket: "/tmp/yao.sock", + ContainerIPCSocket: "/run/yao.sock", } }