Cloud Run is serverless, and its runtime contract is clear:
* The container must answer to HTTP request
* The container is stateless.
You can interact with statefull services, like Cloud Storage, Firestore, CLoud SQL (...), but not mout a disk on an instance.