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...)
This commit is contained in:
Emily
2022-12-30 03:00:09 -05:00
committed by GitHub
parent 2883f54c02
commit 6fad58b6db

View File

@@ -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: