File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
140141As described in the prior section, administrators can configure the list of container
141142images 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}
You can’t perform that action at this time.
0 commit comments