Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I have finally got rootless setup working, but still unable to get it to uninstall.
The root of my issue was the missing binaries from the
uidmap
packagesaw errors like:
Steps to reproduce the issue
sudo apt install uidmap
commands start working
Describe the results you received and expected
an easier time installing and getting setup
What version of nerdctl are you using?
was unable to figure out the previous version, installed v1.4.0 today, so probably the 1.3.x before that iirc
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
ChromeOS and default Debian linux app (bullseye)
Other notes
The following https://github.com/containerd/nerdctl/blob/main/docs/faq.md#how-to-uninstall---cant-remove-localsharecontainerd does not match what the first step prints out, it tells you to run a shorter command with only one directory
There was also a
.config/buildkit/buildkit.toml
that had a rootless=true that was also impacting this, I had to set this to false to get some of the commands working while trying to debug / fix. Not sure of the order anymore... because I think it is still false, but now I am running nerdctl in rootless mode, so not sure what relation they actually haveBeta Was this translation helpful? Give feedback.
All reactions