You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The instructions assume that you are using thin-edge.io >= 1.0.0
13
13
### What will be deployed to the device?
14
14
15
15
* 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
17
17
*`container` - Deploy a single container (`docker run xxx` equivalent)
18
18
*`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)
19
19
@@ -42,18 +42,18 @@ The following linux package formats are provided on the releases page and also i
42
42
43
43
The following features are supported by the plugin:
44
44
45
-
* Install/remove containers via the Cumulocity IoT software interface
45
+
* Install/remove containers via the Cumulocity software interface
46
46
* 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
49
49
* Support for multiple container engines (docker, podman)
50
50
51
51
52
52
## Documentation
53
53
54
54
### Install/remove single containers
55
55
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.
57
57
58
58
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`).
0 commit comments