CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

Meteor "Retrying download in 5 seconds..." #30

Closed Antoine-O closed 7 years ago

Antoine-O commented 7 years ago

Hello there !

I can't dl Meteor during the docker "run" phase but I am able to do it in the docker "build" phase :/

Downloading Meteor install script...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7786    0  7786    0     0  17008      0 --:--:-- --:--:-- --:--:-- 17037
...talling Meteor 1.4.1.1
Downloading Meteor distribution
Retrying download in 5 seconds...
Retrying download in 5 seconds...
Retrying download in 5 seconds...

any clues ?

Ulexus commented 7 years ago

I would suspect you have some problem with the network. I have definitely seen individual launches which failed to download; cancelling and re-running the container has always worked. The Meteor distribution is fairly large, so if your internet connection is not very good, that could be a problem.

Antoine-O commented 7 years ago

I have set the download of the meteor in the Dockerfile, and it fix it.