Merge 55cc58568f
into 361fc8fde7
This commit is contained in:
commit
b5a1f2e527
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ func (s *Server) CreatePodSandbox(ctx context.Context, req *pb.CreatePodSandboxR
|
||||||
g := generate.New()
|
g := generate.New()
|
||||||
|
|
||||||
// setup defaults for the pod sandbox
|
// setup defaults for the pod sandbox
|
||||||
g.SetRootPath(filepath.Join(podInfraRootfs, "rootfs"))
|
g.SetRootPath(podInfraRootfs)
|
||||||
g.SetRootReadonly(true)
|
g.SetRootReadonly(true)
|
||||||
g.SetProcessArgs([]string{"/pause"})
|
g.SetProcessArgs([]string{"/pause"})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue