官网使用 Docker 快速部署教程,部署不成功,报错:
bash start-doris.sh
Pulling fe (apache/doris:fe-2.1.9)...
ERROR: failed to resolve reference "docker.io/apache/doris:fe-2.1.9": docker.io/apache/doris:fe-2.1.9: not found
Doris cluster started successfully, version: 2.1.9
You can manage the cluster using the following commands:
Stop cluster: docker-compose -f docker-compose-doris.yaml down
View logs: docker-compose -f docker-compose-doris.yaml logs -f
Connect to cluster: mysql -uroot -P9030 -h127.0.0.1
Access FE/BE http ports (8030, 8040) using the following addresses (Linux system):
http://127.0.0.1:8030
http://127.0.0.1:8040
