[GH-ISSUE #827] Document persist FileStore #135

Closed
opened 2026-03-03 12:08:36 +03:00 by kerem · 1 comment
Owner

Originally created by @konne on GitHub (Jun 11, 2022).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/827

Hi,

we have the situation in gitpod that every time we start a new workspace again all docker containers are created from scratch, so it is needed that a docker container stores all his stuff in a persistent volume.

Can you please give me a hint howto to it. I already tried to just bind the /storage folder to a persistent volume but it seams that this is not enough

bye
Konne

Originally created by @konne on GitHub (Jun 11, 2022). Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/827 Hi, we have the situation in gitpod that every time we start a new workspace again all docker containers are created from scratch, so it is needed that a docker container stores all his stuff in a persistent volume. Can you please give me a hint howto to it. I already tried to just bind the /storage folder to a persistent volume but it seams that this is not enough bye Konne
kerem closed this issue 2026-03-03 12:08:37 +03:00
Author
Owner

@konne commented on GitHub (Jun 11, 2022):

we override the entrypoint and missed the -data /data command
after we added this everything works fine

<!-- gh-comment-id:1152974932 --> @konne commented on GitHub (Jun 11, 2022): we override the entrypoint and missed the -data /data command after we added this everything works fine
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#135
No description provided.