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, I am getting an error when doing docker pull wwwthoughtworks/build-your-own-radar:
docker pull wwwthoughtworks/build-your-own-radar
Using default tag: latest latest: Pulling from wwwthoughtworks/build-your-own-radar 461246efe0a7: Pull complete a96aaf9a9ec3: Pull complete 650d8b758441: Pull complete b138da793ac8: Pull complete bb1705539683: Pull complete b9ed43dcc388: Pull complete 8bcbd8e2b8d8: Pull complete 09fc97b7525a: Pull complete f56cbabd163b: Pull complete 2e16c444e4d5: Pull complete 806f40cf9ede: Pull complete d867957fc4d1: Pull complete 0f0680523902: Extracting [==================================================>] 260.2MB/260.2MB 92d764210a69: Download complete failed to register layer: ApplyLayer exit status 1 stdout: stderr: failed to Lchown "/src/build-your-own-radar/node_modules/escodegen/node_modules/optionator/CHANGELOG.md" for UID 110779, GID 100 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /src/build-your-own-radar/node_modules/escodegen/node_modules/optionator/CHANGELOG.md: invalid argument
I already tried adding more uids and gids ranges both, manually and using usermod --add-sub with no luck.
usermod --add-sub
It was working great but I have to upgrade docker and run it in rootless mode. BTW, the rest of the containers are working fine.
any feedback will be highly appreciated.
The text was updated successfully, but these errors were encountered:
Hi @sebasilva-uala, are you still running into this issue?
Sorry, something went wrong.
No branches or pull requests
Hi, I am getting an error when doing
docker pull wwwthoughtworks/build-your-own-radar
:I already tried adding more uids and gids ranges both, manually and using
usermod --add-sub
with no luck.It was working great but I have to upgrade docker and run it in rootless mode. BTW, the rest of the containers are working fine.
any feedback will be highly appreciated.
The text was updated successfully, but these errors were encountered: