diff --git a/server/container_exec.go b/server/container_exec.go index 9f1c400e..669df687 100644 --- a/server/container_exec.go +++ b/server/container_exec.go @@ -7,5 +7,5 @@ import ( // Exec prepares a streaming endpoint to execute a command in the container. func (s *Server) Exec(ctx context.Context, req *pb.ExecRequest) (*pb.ExecResponse, error) { - return nil, nil + return &pb.ExecResponse{}, nil }