MonsterEOS / monstereos

A Tamagotchi and Battle Game for EOS Blockchain :)
https://monstereos.io
MIT License
186 stars 61 forks source link

Project setup steps from README fails #156

Open olivierbeaulieu opened 5 years ago

olivierbeaulieu commented 5 years ago

I am trying to build MonsterEOS locally, but following the steps described in the README fail early.

Here is a log of my steps.

➜  monstereos git:(master) git clone https://github.com/MonsterEOS/monstereos
➜  monstereos git:(master) cd monstereos
➜  monstereos git:(master) ./setup.sh
Building images
postgres uses an image, skipping
mongo uses an image, skipping
Building eosiodev
Step 1/8 : FROM eosio/eos-dev:v1.2.4
ERROR: Service 'eosiodev' failed to build: pull access denied for eosio/eos-dev, repository does not exist or may require 'docker login'

What is this eos-dev container? How do I fix this? Perhaps a bit more context in the README would be useful.

leordev commented 5 years ago

@olivierbeaulieu thanks for your input, it's happening because the eos images are not published in docker anymore... maybe @gaboesquivel can chime in because he has some knowledge here from the EOS Local project.