There is not documentation that I can find about the storage that Google Cloud Run has. For example, does it contains few Gigabyte storage as we create a VM?
If not, is ther
The writable disk storage is an in-memory filesystem, which limited by instance memory to a maximum of 2GB. Anything written to the filesystem is not persisted between instances.