gcp-cloudrun简单使用
简单跑任务
12345678gcloud run deploy my-nginx-service \ --image nginx:latest \ --platform managed \ --region us-east4 \ --allow-unauthenticated \ --
...
Stay Hungry,Stay Foolish