You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
olivierbeaulieu
changed the title
Project setup steps from README fail
Project setup steps from README fails
Jul 8, 2019
@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.
I am trying to build MonsterEOS locally, but following the steps described in the README fail early.
Here is a log of my steps.
What is this eos-dev container? How do I fix this? Perhaps a bit more context in the README would be useful.
The text was updated successfully, but these errors were encountered: