server/sandbox: fix path to pause rootfs
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
26cc3089c4
commit
55cc58568f
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()
|
||||
|
||||
// setup defaults for the pod sandbox
|
||||
g.SetRootPath(filepath.Join(podInfraRootfs, "rootfs"))
|
||||
g.SetRootPath(podInfraRootfs)
|
||||
g.SetRootReadonly(true)
|
||||
g.SetProcessArgs([]string{"/pause"})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue