Skip to content

Commit 7f84a9b

Browse files
committed
Fix a few typos in the ECI docs.
Signed-off-by: Cesar Talledo <[email protected]>
1 parent a65dac8 commit 7f84a9b

File tree

1 file changed

+4
-3
lines changed
  • content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation

1 file changed

+4
-3
lines changed

content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/config.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ This can be done via the Docker Socket mount permissions section in the
4747
"docker.io/localstack/localstack:*",
4848
"docker.io/testcontainers/ryuk:*",
4949
"docker:cli"
50-
]
50+
],
51+
"allowDerivedImages": true
5152
},
5253
"commandList": {
5354
"type": "deny",
@@ -135,7 +136,7 @@ ones in the repository.
135136

136137
### Docker Socket Mount Permissions for derived images
137138

138-
{{ introduced desktop 4.34.0 "../../../../desktop/release-notes.md#4340" }}
139+
{{< introduced desktop 4.34.0 "../../../../desktop/release-notes.md#4340" >}}
139140

140141
As described in the prior section, administrators can configure the list of container
141142
images that are allowed to mount the Docker socket via the `imageList`.
@@ -162,7 +163,7 @@ simply add the following image to the `imageList`:
162163
```json
163164
"imageList": {
164165
"images": [
165-
"paketobuildpacks/builder:base",
166+
"paketobuildpacks/builder:base"
166167
],
167168
"allowDerivedImages": true
168169
}

0 commit comments

Comments
 (0)