fix(onebox): move Docker auto-install and swarm initialization into Onebox startup flow

This commit is contained in:
2026-03-16 03:04:57 +00:00
parent d3b78054ad
commit 51c1962042
5 changed files with 65 additions and 58 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-16 - 1.14.5 - fix(onebox)
move Docker auto-install and swarm initialization into Onebox startup flow
- removes Docker setup from daemon service installation
- ensures Docker is installed before Docker initialization during Onebox startup
- preserves automatic Docker Swarm initialization on fresh servers
## 2026-03-16 - 1.14.4 - fix(repo)
no changes to commit