feat(daemon): auto-install Docker and initialize Swarm during daemon service setup

This commit is contained in:
2026-03-16 01:19:58 +00:00
parent 60a5dc4663
commit 575e010a6b
4 changed files with 65 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-16 - 1.14.0 - feat(daemon)
auto-install Docker and initialize Swarm during daemon service setup
- Adds a Docker availability check before installing the Onebox daemon service
- Installs Docker automatically when it is missing using the standard installation script
- Attempts to initialize Docker Swarm after installation and handles already-initialized environments gracefully
## 2026-03-16 - 1.13.17 - fix(ci)
remove forced container image pulling from Gitea workflow jobs