- [x] Deprecated the updates from the UI
- [ ] Research about unattended upgrades debian
**Host updates**
- [ ] Implement unattended upgrade in:
- [ ] Installer
- [ ] Core
- [ ] Upgrade error? logs? user notice it?
- [ ] Implement needsrestart in dappmanager to tell users weather they need to reboot the machine or not and why.`/var/run/reboot-required` file should exist if reboot is required
**Docker update**
- [ ] (To be done after unhattended upgrades) Migration of dappnodes that have docker installed through pkg method to repository method.
- [ ] Research risks, recreate the migration.
- [x] Automatically update docker with unhattended upgrades
- [ ] Show docker in dappmanager so user is aware of the version, find a proper place.
- [ ] `docker compose` vs `docker-compose` issue: define alias -> installer and core script upgrade.
- [ ] Start using `docker compose` in: dappmanager and SDK.