-
I tried to run fake-gcs-server docker image with Kubernetes options below, but as soon the container starts it says that it is unable to Is it possible to run the image without root privileges?
|
Beta Was this translation helpful? Give feedback.
Answered by
fsouza
Nov 11, 2023
Replies: 1 comment 3 replies
-
Yes, you can use a different folder as the root for storage, or you can use a different backend, or you can custom build your Docker image. Please review the output of |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
fsouza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can use a different folder as the root for storage, or you can use a different backend, or you can custom build your Docker image.
Please review the output of
./fake-gcs-server -h
for an idea of what options are available.