Skip to content

Commit e1ca680

Browse files
authored
Merge pull request #22037 from docker/published-update
publish updates from main
2 parents 10ba7c9 + da9b5a7 commit e1ca680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/manuals/desktop/features/wsl/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Docker Desktop runs within its own dedicated WSL distribution, `docker-desktop`,
111111

112112
WSL is designed to facilitate interoperability between Windows and Linux environments. Its file system is accessible from the Windows host `\\wsl$`, meaning Windows processes can read and modify files within WSL. This behavior is not specific to Docker Desktop, but rather a core aspect of WSL itself.
113113

114-
For organizations concerned about security risks related to WSL and want stricter isolation and security controls, run Docker Desktop in Hyper-V mode instead of WSL 2.
114+
For organizations concerned about security risks related to WSL and want stricter isolation and security controls, run Docker Desktop in Hyper-V mode instead of WSL 2. Alternatively, run your container workloads with [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md) enabled.
115115

116116
## Additional resources
117117

content/reference/compose-file/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ services:
17521752
target: server.cert
17531753
uid: "103"
17541754
gid: "103"
1755-
mode: "0440"
1755+
mode: "0o440"
17561756
secrets:
17571757
server-certificate:
17581758
file: ./server.cert

0 commit comments

Comments
 (0)