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
I am currently testing img to reduce my dependencies on dockerd. On my first test I get this error:
img
dockerd
11:34 $ img pull jenkins/jenkins:latest-jdk11 Pulling jenkins/jenkins:latest-jdk11... Error: mount callback failed on /run/user/1000/containerd-mount060910713: failed to convert whiteout file "root/.wh..gnupg": unlinkat /run/user/1000/containerd-mount060910713/root/.gnupg: input/output error
If I execute the command via sudo, everything works as expected.
11:36 $ sudo img pull jenkins/jenkins:latest-jdk11 Pulling jenkins/jenkins:latest-jdk11... Pulled: sha256:31aa6c22ddc6f2b802d32613395844f159f3b33b46c2d62bb8b2bb9ac22a4972 Size: 272.1MiB
Do I need to run img with sudo?
sudo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am currently testing
img
to reduce my dependencies ondockerd
.On my first test I get this error:
If I execute the command via sudo, everything works as expected.
Do I need to run
img
withsudo
?The text was updated successfully, but these errors were encountered: