From 6fad58b6db27e6ca07de563ea3a74f4bb1db9847 Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 30 Dec 2022 03:00:09 -0500 Subject: [PATCH] Update wcs.md Add instructions for a simple error that the user may have made (that took me digging through Windows Containers documentation for 45 minutes to figure out...) --- start/install/server/docker/wcs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start/install/server/docker/wcs.md b/start/install/server/docker/wcs.md index 416d5e8a..2d01b3aa 100644 --- a/start/install/server/docker/wcs.md +++ b/start/install/server/docker/wcs.md @@ -64,6 +64,9 @@ docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart always -v \\. {% hint style="info" %} By default, Portainer generates and uses a self-signed SSL certificate to secure port `9443`. Alternatively you can provide your own SSL certificate [during installation](../../../../advanced/ssl.md) or [via the Portainer UI](../../../../admin/settings/#ssl-certificate) after installation is complete. {% endhint %} +If you see an error message " "\\\\.\\pipe\\dockerDesktopEngine" includes invalid characters for a local volume name", then you may not have Windows containers properly enabled. If you are using Docker Desktop, right click the icon in your tray and select "Switch to Windows Containers". +{% hint style="info" %} + {% hint style="info" %} If you require HTTP port `9000` open for legacy reasons, add the following to your `docker run` command: