From 289de215e7c2db9d9c48890024edf2a6137f8d97 Mon Sep 17 00:00:00 2001 From: Sander Cox Date: Fri, 14 Nov 2025 09:53:42 +0100 Subject: [PATCH] proper escape for filenames --- .../windowscontainers/manage-docker/manage-remote-host.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualization/windowscontainers/manage-docker/manage-remote-host.md b/virtualization/windowscontainers/manage-docker/manage-remote-host.md index 554e417ee..b11a5fc79 100644 --- a/virtualization/windowscontainers/manage-docker/manage-remote-host.md +++ b/virtualization/windowscontainers/manage-docker/manage-remote-host.md @@ -25,7 +25,7 @@ The steps are: New-NetFirewallRule -DisplayName 'Docker SSL Inbound' -Profile @('Domain', 'Public', 'Private') -Direction Inbound -Action Allow -Protocol TCP -LocalPort 2376 ``` -* Copy the files `ca.pem`, 'cert.pem' and 'key.pem' from your user's docker folder on your machine, e.g. `c:\users\chris\.docker` to you local machine. For example, you can ctrl-c, ctrl-v the files from an RDP session. +* Copy the files `ca.pem`, `cert.pem` and `key.pem` from your user's docker folder on your machine, e.g. `c:\users\chris\.docker` to you local machine. For example, you can ctrl-c, ctrl-v the files from an RDP session. * Confirm that you can connect to the remote Docker Host. Run: ```powershell