Following https://cloud.google.com/functions/docs/running/functions-emulator#functions-local-ff-install-python
$ gcloud alpha functions local deploy functions-2 --entry-point=hello_http --runtime=python312
ERROR: (gcloud.alpha.functions.local.deploy) (1, 'Docker failed to execute: failed to list container functions-2')
True, I don’t have a functions-2
deployment, but I thought the whole point was for this to generate a deployment. Help?