-
-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
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
failed to register layer: failed to Lchown #2390
Comments
It seems a problem related to the user ID range. Did you try to increase it in the files |
Yes, I'm launching docker as root and I have increased to 655350. |
Inside the container malware_tools_analyzers ? |
No, I might have made a mistake because I am not familiar with docker. I did it on the host. |
Don't worry, there's no problem :) In this way the file inside the container should be updated |
Thanks for help but I don't have the image because it vanishes after the error mentioned above. I've tried this: I obtain this message: The image vanished again. May I do something else to download it? |
Sorry if I take time to answer, but I was on vacation. Also the error should appear when you run the container, not when you download the image. |
What happened
Launhing "./start prod up --all_analyzers -- -d" I get this error message:
"failed to register layer: failed to Lchown "/usr/local/lib/node_modules/box-js/node_modules/optionator/CHANGELOG.md" for UID 110779, GID 100 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /usr/local/lib/node_modules/box-js/node_modules/optionator/CHANGELOG.md: invalid argument"
Environment
What did you expect to happen
I expected it will started wihout errors
How to reproduce your issue
In sequence i have done:
./initialize.sh
./start prod up -- d
./start prod down
./start prod up --all_analyzers -- -d
Error messages and logs
"failed to register layer: failed to Lchown "/usr/local/lib/node_modules/box-js/node_modules/optionator/CHANGELOG.md" for UID 110779, GID 100 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /usr/local/lib/node_modules/box-js/node_modules/optionator/CHANGELOG.md: invalid argument"
The text was updated successfully, but these errors were encountered: