We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
Thanks for providing this very convenient docker image!
I just noticed a minor issue: If you specify the UID, but not the GID, then the mount actually fails. The first problem is here, where adduser fails due to GID being 0, so you get adduser: unknown group 0: https://github.com/efrecon/docker-s3fs-client/blob/master/docker-entrypoint.sh#L48
adduser: unknown group 0
Therefore the user is not created and the subsequent commands fail.
This is not really a bug, but it might be nice to e.g. get a more precise error message or set GID to some default value.
The text was updated successfully, but these errors were encountered:
You fixed it, it's merged! So I close this. Thanks again.
Sorry, something went wrong.
No branches or pull requests
Hi!
Thanks for providing this very convenient docker image!
I just noticed a minor issue: If you specify the UID, but not the GID, then the mount actually fails.
The first problem is here, where adduser fails due to GID being 0, so you get
adduser: unknown group 0
:https://github.com/efrecon/docker-s3fs-client/blob/master/docker-entrypoint.sh#L48
Therefore the user is not created and the subsequent commands fail.
This is not really a bug, but it might be nice to e.g. get a more precise error message or set GID to some default value.
The text was updated successfully, but these errors were encountered: