zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 280 forks source link

Docker is not available in my country #426

Closed mmahgoub closed 7 years ago

mmahgoub commented 7 years ago
    -----------------------------------STDERR-----------------------------------
    1>\nSince Docker is a US company, we must comply with US export control regulations. In an effort to comply with these, we now block all IP addresses that are located in Cuba, Iran, North Korea, Republic of Crimea, Sudan, and Syria. If you are not in one of these cities, countries, or regions and are blocked, please reach out to https://support.docker.com\n</body></html>\n\n"
    Unable to find image 'kadirahq/meteord:latest' locally
    docker: Error response from daemon: error parsing HTTP 403 response body: invalid character '<' looking for beginning of value: "<html><body><h1>403 Forbidden</h1>\nSince Docker is a US company, we must comply with US export control regulations. In an effort to comply with these, we now block all IP addresses that are located in Cuba, Iran, North Korea, Republic of Crimea, Sudan, and Syria. If you are not in one of these cities, countries, or regions and are blocked, please reach out to https://support.docker.com\n</body></html>\n\n".
    See 'docker run --help'.
    -----------------------------------STDOUT-----------------------------------
    Using default tag: latest
    ----------------------------------------------------------------------------

Docker ins't working for me. how can I downgrade to an earlier version using Upstart?

krishaamer commented 7 years ago

OMG

mmahgoub commented 7 years ago

@krishaamer Yeah! can't deploy no more

zodern commented 7 years ago

You can install the original mup with npm install mup@0.11.3 -g. The docs are at https://github.com/arunoda/meteor-up-legacy.

If you are using Meteor 1.4, https://github.com/andruschka/pm2-meteor doesn't use Docker.

bodacious-me commented 2 months ago

got the same problem have you find any solution yet ?