Hello, I'm trying to run the app locally using do...
# getting-started
w
Hello, I'm trying to run the app locally using docker, but it is stuck on pulling data from docker repo. Does anyone else has the same experience?
Copy code
➜ ./docker/quickstart.sh

Pulling neo4j                  ... done
Pulling zookeeper              ... done
Pulling broker                 ... done
Pulling schema-registry        ... done
Pulling kafka-setup            ... done
Pulling schema-registry-ui     ... done
Pulling kafka-rest-proxy       ... done
Pulling kafka-topics-ui        ... done
Pulling elasticsearch          ... done
Pulling elasticsearch-setup    ... done
Pulling datahub-mae-consumer   ... waiting
Pulling kibana                 ... done
Pulling mysql                  ... done
Pulling datahub-gms            ... waiting
Pulling datahub-frontend-react ... waiting
Pulling datahub-mce-consumer   ... waiting
It's stuck on waiting forever 🙂
Manage to run it using
docker/dev.sh
m
@witty-garden-44721: is it possible that you are running this inside your corporate environment and there are restrictions around pulling in external docker images?
b
It's possible that you have an internal Docker Registry that has images for all of the common images (that's why they say done) but don't pull in the datahub-specific images..
w
thanks, going to check that 👍