Skip to content
Snippets Groups Projects
Commit 351d81b8 authored by Chris Shantz's avatar Chris Shantz
Browse files

Update readme.md with error message info and fix.

parent 2f604272
No related branches found
No related tags found
No related merge requests found
...@@ -29,4 +29,18 @@ To check the ip address of your docker machine: ...@@ -29,4 +29,18 @@ To check the ip address of your docker machine:
```bash ```bash
docker-machine ip default docker-machine ip default
```
On Windows, if you get the error:
```bash
un\\\\docker.sock:/var/run/docker.sock"\nis not a valid Windows path'
ERROR: for portainer Cannot create container for service portainer: b'Mount denied:\nThe source path "\\\\var\\\\run\\\\docker.sock:/var/run/docker.sock"\nis not a valid Windows path'
Encountered errors while bringing up the project.
```
You will need to use Windows Powershell (as Admin) and enter:
```bash
$Env:COMPOSE_CONVERT_WINDOWS_PATHS=1
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment