Skip to content

Commit f57c361

Browse files
Merge pull request #3148 from balena-io/update-status
Container requirement documentation tweaks
2 parents 48f5893 + 85c8750 commit f57c361

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pages/learn/develop/multicontainer.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ In addition to the settings above, there are some {{ $names.company.lower }} spe
115115

116116
### Container requirements
117117

118-
**Note** Container requirements are available when using balenaCLI >= 21.1.0
118+
**Note:** Container requirements are available when using balenaCLI >= 21.1.0
119119

120-
An additional set of labels allows to ensure the compatibility of a device when it comes to run a service. For example, before updating to a new release, it may be desirable to ensure that the device is running a specific version of [Supervisor][supervisor] or has a specific version of the [NVIDIA Tegra Linux Driver Package][l4t] (L4T).
120+
An additional set of labels ensures device compatibility for running a service. For example, before updating to a new release, it may be desirable to ensure that the device is running a specific version of [Supervisor][supervisor] or has a specific version of the [NVIDIA Tegra Linux Driver Package][l4t] (L4T).
121121

122-
The following set of requirement labels are enforced via the supervisor. Each service may define one or more requirements and if any of them is not met for any non-[optional](#optional-containers) service, then the release will be **rejected** and no changes will be performed for the new release.
122+
The following set of requirement labels are enforced via the supervisor. Each service may define one or more requirements and if any of them is not met for any non-[optional](#optional-containers) service, then [the release will be rejected][update-statuses] and no changes will be performed for the new release.
123123

124124
| Label | Description | Valid from Supervisor |
125125
| -------------------------------------------------------------- | ------------------------------------------------------------------------- | --------------------- |
@@ -163,7 +163,7 @@ services:
163163
build: ./second-service
164164
```
165165

166-
**Note** When updating between releases, if the new version of and optional service has unmet requirements, the old version of the service will still be killed.
166+
**Note:** When updating between releases, if the new version of and optional service has unmet requirements, the old version of the service will still be killed.
167167

168168
[docker-compose]: https://docs.docker.com/compose/overview/
169169

@@ -182,3 +182,4 @@ services:
182182
[device-type]:/reference/base-images/devicetypes/
183183
[arch]: /reference/base-images/balena-base-images/#supported-architectures-distros-and-languages
184184
[version-range]: https://www.npmjs.com/package/semver
185+
[update-statuses]: /learn/manage/device-statuses/#update-statuses

0 commit comments

Comments
 (0)