You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,8 +28,9 @@ The services are available at `http://localhost`.
28
28
- Reconsider using a Linux virtual machine.
29
29
- Install the latest _edge_ channel of Docker, see https://docs.docker.com/docker-for-windows/faqs/#questions-about-stable-and-edge-channels
30
30
- Make sure that mounting files into containers works. This thread contains many potentially useful hints and ideas: https://forums.docker.com/t/volume-mounts-in-windows-does-not-work/10693/4
31
+
- If you want to set environment variables in PowerShell, use this syntax `$env:VARIABLENAME = "VARIABLEVALUE"`
31
32
- Inspect your environment variables in PowerShell with `Get-ChildItem Env:`
32
-
33
+
- If you encounter problems with docker-compose, you might want to install python 2.7, especially when a newer python distribution is installed on your machine
33
34
34
35
## Windows with Docker Toolbox
35
36
@@ -43,4 +44,4 @@ Also, the client's defaults (i.e. using `localhost`) does not work. We must moun
43
44
COMPOSE_CONVERT_WINDOWS_PATHS=1 OAUTH_CLIENT_ID=<...> OAUTH_CLIENT_SECRET=<...> OAUTH_URL_CALLBACK=<...> ZENODO_TOKEN=<...> docker-compose up
44
45
```
45
46
46
-
The services are available at `http://<machine-ip>`.
47
+
The services are available at `http://<machine-ip>`.
0 commit comments