Skip to content

Commit

Permalink
Format tables in the update manager-how-to guide (#272)
Browse files Browse the repository at this point in the history
[#271] Format tables in the update manager-how-to guide

Signed-off-by: Kristiyan Gostev <kristiyan.gostev@bosch.com>
  • Loading branch information
k-gostev authored Sep 1, 2023
1 parent a044671 commit 0377534
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions web/site/content/docs/how-to-guides/perform-ota-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ started in the `ACTIVATING` phase.
During the OTA update, the progress can be tracked in the monitoring application fot the `Desired State` feedback messages, started in the prerequisite section above.

The Update Manager reports at a time interval of a second the status of the active update process. For example:
```

```json
{
"activityId":"e5c858cc-2057-41b0-bd5f-83aee0aad22e",
"timestamp":1693201088401,
Expand Down Expand Up @@ -109,7 +110,8 @@ After the update process is completed, list the installed containers by executin

The output of the command should display the info about the three containers, described in the `Desired State` specification. The `influxdb` is expected to be in `RUNNING` state and
the other containers in status `EXITED`. For example :
```

```text
ID |Name |Image |Status |Finished At |Exit Code
|-------------------------------------|-------------|------------------------------------|----------------------|---------
7fe6b689-eb76-476d-a730-c2f422d6e8ea |influxdb |docker.io/library/influxdb:1.8.4 |Running | |0
Expand All @@ -130,7 +132,8 @@ python3 hono_commands_um.py -t demo -d demo:device -o update
After the update process of the existing `Desired State` is completed, list again the available containers to the verify the `Desired State` is updated correctly.

The output of the command should display the info about the two containers, described in the `Desired State` specification. The `influxdb` is expected to be updated with the version 1.8.5 and in `RUNNING` state and `hello-world` container to be status `EXITED` with version unchanged. The `alpine` container must be removed and not displayed.
```

```text
ID |Name |Image |Status |Finished At |Exit Code
|-------------------------------------|-------------|------------------------------------|----------------------|---------
7fe6b689-eb76-476d-a730-c2f422d6e8ea |influxdb |docker.io/library/influxdb:1.8.5 |Running | |0
Expand Down

0 comments on commit 0377534

Please sign in to comment.