Skip to content

Commit ea5ec13

Browse files
authored
Merge pull request #133 from thin-edge/docs-update-c8y-name
docs: Rename Cumulocity IoT to Cumulocity
2 parents 80bbce4 + 90434f4 commit ea5ec13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The instructions assume that you are using thin-edge.io >= 1.0.0
1313
### What will be deployed to the device?
1414

1515
* A service called `tedge-container-plugin`. This provides the monitoring of the containers
16-
* The following software management plugins which is called when installing and removing containers/container groups via Cumulocity IoT
16+
* The following software management plugins which is called when installing and removing containers/container groups via Cumulocity
1717
* `container` - Deploy a single container (`docker run xxx` equivalent)
1818
* `container-group` - Deploy one or more container as defined by a `docker-compose.yaml` file (`docker compose up` equivalent), or an archive (gzip or zip)
1919

@@ -42,18 +42,18 @@ The following linux package formats are provided on the releases page and also i
4242

4343
The following features are supported by the plugin:
4444

45-
* Install/remove containers via the Cumulocity IoT software interface
45+
* Install/remove containers via the Cumulocity software interface
4646
* Install multiple containers as one group using a `docker-compose.yaml` file or an archive container a `docker-compose.yaml` file
47-
* Monitor container states (e.g. up/down) via Cumulocity IoT Services (only supported from tedge >= 1.0.0)
48-
* Download container images via Cumulocity IoT binaries if a URL is provided
47+
* Monitor container states (e.g. up/down) via Cumulocity Services (only supported from tedge >= 1.0.0)
48+
* Download container images via Cumulocity binaries if a URL is provided
4949
* Support for multiple container engines (docker, podman)
5050

5151

5252
## Documentation
5353

5454
### Install/remove single containers
5555

56-
Containers can be installed and removed via the Cumulocity IoT Software Management interface in the Device Management Application.
56+
Containers can be installed and removed via the Cumulocity Software Management interface in the Device Management Application.
5757

5858
The software package is modeled so that each software name corresponds to one container instance. Upon installation of a software item, the container uses the `version` field as the source of the container image/tag which is used to create the container. The software package can include an optional `url` referring to an exported container image in the gzip (compressed tarball) format (e.g. the image that you get when running `docker save <my_image> --output <my_image>.tar.gz`).
5959

0 commit comments

Comments
 (0)