简体   繁体   中英

google cloud run for docker container along with shared folder as google cloud storage bucket

I am trying to create a docker container in google cloud run, which has a google cloud storage bucket as a shared folder. Tried and searched a lot, no luck. Gow to implement this? Anybody please???

Google Cloud Run is stateless by definition. That means, you can't attach disk or storage to it. However, it's possible to perform operation to red/write to components, like storage or Cloud SQL.

For the future, personally, I think that this philosophy won't change.

Edit: You have a in memory file system in /tmp. The space allowed equals cloud run memory param minus docker running memory footprint.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM