From 31c9fc342414c29c38c266bab6a0902b01c8fce6 Mon Sep 17 00:00:00 2001 From: dfunckt Date: Tue, 26 Jul 2022 19:25:51 +0300 Subject: [PATCH] Improve balenaCloud comparison table Change-type: patch --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b0b8e85..9f50347 100644 --- a/README.md +++ b/README.md @@ -105,17 +105,15 @@ improvements and new functionality is planned: | openBalena | balenaCloud | | ----- | ---- | -| Device updates using full images | Device updates using [delta images](https://www.balena.io/docs/learn/deploy/delta/) | +| Device updates using full Docker images | Device updates using [delta images](https://www.balena.io/docs/learn/deploy/delta/) | | Support for a single user | Support for [multiple users](https://www.balena.io/docs/learn/manage/account/#application-members) | | Self-hosted deployment and scaling | balena-managed scaling and deployment | | Community support via [forums][forums] | Private support on [paid plans](https://www.balena.io/pricing/) | -| Deploy via `balena deploy` only | Build remotely with native builders using [`balena push`](https://www.balena.io/docs/learn/deploy/deployment/#balena-push) or [`git push`](https://www.balena.io/docs/learn/deploy/deployment/#git-push) | -| No support for building via `git push` | Use the same CI workflow with [`git push`](https://www.balena.io/docs/learn/deploy/deployment/#git-push) | -| No public URL support | Serve websites directly from device with [public device URLs](https://www.balena.io/docs/learn/manage/actions/#enable-public-device-url) | +| Build locally and deploy via `balena-cli` | Build remotely with native builders using [`balena push`](https://www.balena.io/docs/learn/deploy/deployment/#balena-push) or [`git push`](https://www.balena.io/docs/learn/deploy/deployment/#git-push) | +| No public device URL support | Serve websites directly from device with [public device URLs](https://www.balena.io/docs/learn/manage/actions/#enable-public-device-url) | | Management via `balena-cli` only | Cloud-based device management dashboard | -| Download images from [balena.io][balena-os-website] | Download preconfigured images directly from the dashboard | -| No supported remote diagnostics | Remote device diagnostics | -| Supported devices: Raspberry Pi family, the Intel NUC, the NVIDIA Jetson TX2, and the balenaFin | All the devices listed in balena's [reference documentation](https://www.balena.io/docs/reference/hardware/devices/) | +| Download images from [balena.io][balena-os-website] and configure locally via `balena-cli` | Download configured images directly from the dashboard | +| No remote device diagnostics | Remote device diagnostics | Additionally, refer back to the [roadmap](#roadmap) above for planned but not yet implemented features.