Trying to get graphcool + docker working on window...
# prisma-whats-new
a
Trying to get graphcool + docker working on windows but running into this issue after running
graphcool local up
n
could you try
graphcool local pull
?
a
Tried
graphcool local pull
, I then get this error
Copy code
PS C:\Users\gpsar\node\toktumi\packages\serverless> graphcool local pull
Using <http://localhost:60000> as the local Graphcool host
This may take several minutes
$ docker-compose pull --parallel

docker   Pulling graphcool-db          ...
docker   Pulling localfaas             ...
docker   Pulling graphcool-rabbit-host ...
docker   Pulling graphcool             ...
docker   ERROR: for graphcool-db  (2, 'WaitNamedPipe', 'The system cannot find the file specified.')
docker
docker   ERROR: for localfaas  (2, 'WaitNamedPipe', 'The system cannot find the file specified.')
docker
docker   ERROR: for graphcool-rabbit-host  (2, 'WaitNamedPipe', 'The system cannot find the file specified.')
docker
docker   ERROR: for graphcool  (2, 'WaitNamedPipe', 'The system cannot find the file specified.')
docker   Traceback (most recent call last):
docker     File "docker-compose", line 3, in <module>
docker     File "compose\cli\main.py", line 68, in main
docker     File "compose\cli\main.py", line 118, in perform_command
docker     File "compose\cli\main.py", line 643, in pull
docker     File "compose\project.py", line 503, in pull
docker     File "compose\parallel.py", line 70, in parallel_execute
docker   pywintypes.error: (2, 'WaitNamedPipe', 'The system cannot find the file specified.')
docker   Failed to execute script docker-compose
 !    4294967295

Get in touch if you need help: <https://www.graph.cool/forum>
To get more detailed output, run $ export DEBUG="*"
PS C:\Users\gpsar\node\toktumi\packages\serverless>
d
can you try pulling the image with
docker pull graphcool/localfaas:latest
?
a
When I do that, I get this:
Copy code
error pulling image configuration: Get <https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v2/blobs/sha256/c3/c306b3f721d856c97765e77003db62cd6eb22d9279024bed57d290d87e822cf0/data?Expires=1508178673&Signature=fuTdKLw~KJicLcnkHM72tuFksXJ92UY~~NZ606jbQDYc-Jz-b9VBDM1kje~2a7850se4mp3xWDE47btcCst1piPMuXah~~TDT-LzxLkANE8CVIbCQ0L1-tbTzGyQBrKrThN~GX5qyMKj0ioPhbgPZtoV4BUlL3HeaMHPqgj0oDs_&Key-Pair-Id=APKAJECH5M7VWIS5YZ6Q>: dial tcp: lookup <http://dseasb33srnrn.cloudfront.net|dseasb33srnrn.cloudfront.net> on 127.0.1.1:53: read udp 127.0.0.1:47647->127.0.1.1:53: i/o timeout
d
That is pretty weird. Are you behind a proxy / corp network?