Hi Jason. I tried it locally and it works. You can try it:
step1: install docker/docker-compose/git/
step2: git clone project and "cd datahub"
step3: change you /etc/docker/daemon.json to a Chinese mainland url like aliyun or
163.com ...
step4: check the file with "grep image ./docker/quickstart/docker-compose.quickstart.yml" and get all images list.
step5:docker pull all the images involved. like
"docker pull confluentinc/cp-kafka:5.4.0
docker pull acryldata/acryl-datahub-actions:head
docker pull linkedin/datahub-frontend-react:head
docker pull linkedin/datahub-gms:head
docker pull elasticsearch:7.9.3
docker pull linkedin/datahub-elasticsearch-setup:head
docker pull linkedin/datahub-kafka-setup:head
docker pull mysql:5.7
docker pull acryldata/datahub-mysql-setup:head
docker pull neo4j:4.0.6
docker pull confluentinc/cp-schema-registry:5.4.0
docker pull confluentinc/cp-zookeeper:5.4.0 "
step6: "source ./docker/quickstart.sh " when it done and you can check the web from 9002 port.