I have an ubuntu-server (versions 18 & 20) and want to update all packages on my machine except for the docker daemon.
After pinning the docker daemon version and running the apt upgrade
, the service still got unavailable through some other dependency that got updated in the process.
How can I find out which packages cause the docker daemon to restart/become unavailable before running an update?