Installing Rootful Docker on my Raspberry Pi updates the sources and one can configure unattended-upgrades
to update Docker automatically by looking at sudo apt-cache policy
.
However, Rootless Docker doesn't. So is there a way to upgrade Rootless Docker ?
In other words:
With Rootful Docker, sudo apt-get update && sudo apt-get -y upgrade
on the host could upgrade the Docker installation. I would like to be able to do something similar with Rootless Docker.
Is it possible ?
To clarify: I am not trying to update the containers, but Docker itself.
Thanks in advance for any help you can provide :)
As far as I know, there isn't special rootless package for Debian so you can't do that with package manager. Some rootless binaries are bit different, missing SETUID bits and some other file capabilities.
However, you can try to run rootless installation script again, if that updates your binaries.
These are also available here as rootless-extras , but it requires manual extraction: