diff --git a/server/sandbox.go b/server/sandbox.go index f9d30e81..d66d6ee7 100644 --- a/server/sandbox.go +++ b/server/sandbox.go @@ -219,7 +219,7 @@ func (s *Server) CreatePodSandbox(ctx context.Context, req *pb.CreatePodSandboxR return nil, err } - return &pb.CreatePodSandboxResponse{PodSandboxId: &name}, nil + return &pb.CreatePodSandboxResponse{PodSandboxId: &id}, nil } // StopPodSandbox stops the sandbox. If there are any running containers in the