Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't run Dokcer image with error message (Client.Timeout exceeded while awaiting headers) #197

Open
Dr-Ing opened this issue Mar 10, 2020 · 2 comments

Comments

@Dr-Ing
Copy link

Dr-Ing commented Mar 10, 2020

I did the following steps:

  1. cloned the github repo to my PC (running windows 10)
    git clone https://github.com/ArcadeData/arcadeanalytics.git

  2. from the installed root folder, I ran the docker command for a single-app
    docker-compose -f recipes/arcade-standalone.yml up -d

  3. I ended up with the following error message

Creating network "recipes_default" with the default driver
Pulling arcadeanalytics-single (arcadeanalytics/arcadeanalytics:1.0.3)...
1.0.3: Pulling from arcadeanalytics/arcadeanalytics
5667fdb72017: Pull complete
d83811f270d5: Pull complete
ee671aafb583: Pull complete
7fc152dfb3a6: Pull complete
3ab6e950cac5: Pull complete
ac687d14ade9: Pull complete
f7a9442b6b1e: Pull complete
58526dc7ae92: Pull complete
6449223713e6: Pull complete
Digest: sha256:615dee899f8c4da3c595e098a64d4eef96166cb8f62bc49d4d9e9b090478b537
Status: Downloaded newer image for arcadeanalytics/arcadeanalytics:1.0.3
Creating recipes_arcadeanalytics-single_1 ... error

ERROR: for recipes_arcadeanalytics-single_1  Cannot create container for service arcadeanalytics-single: Post http://unix/drive/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)

ERROR: for arcadeanalytics-single  Cannot create container for service arcadeanalytics-single: Post http://unix/drive/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
ERROR: Encountered errors while bringing up the project.```
@arcade-player
Copy link
Contributor

Hi, can you use the configuration on https://github.com/ArcadeData/arcadeanalytics-recipes

docker-compose -f recipes/arcade-standalone.yml up

@Dr-Ing
Copy link
Author

Dr-Ing commented Mar 11, 2020

I tried again, same problem.
Also it is worth noting that the ERROR:... message appears after more than 15 minutes of waiting.

PS D:\projects\docker\arcadeanalytics-recipes> docker-compose -f recipes/arcade-standalone.yml up
WARNING: The CURRENT_UID variable is not set. Defaulting to a blank string.
Creating recipes_arcadeanalytics-single_1 ... error

ERROR: for recipes_arcadeanalytics-single_1  Cannot create container for service arcadeanalytics-single: Post http://unix/drive/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)

ERROR: for arcadeanalytics-single  Cannot create container for service arcadeanalytics-single: Post http://unix/drive/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
ERROR: Encountered errors while bringing up the project.
PS D:\projects\docker\arcadeanalytics-recipes>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants