openzipkin / zipkin-support

repository for support questions raised as issues
4 stars 2 forks source link

ERROR: for mysql Cannot start service storage: network #11

Open cjhlai opened 4 years ago

cjhlai commented 4 years ago

when i run docker-compose up -d,it report an error. The following is the detailed information of the error [root@www docker-zipkin]# docker-compose up -d Starting mysql ... Starting mysql ... error ERROR: for mysql Cannot start service storage: network 98709b177ffa7be7bcfc31c61b68a441db0c92dae2b1bd586bbde4e2daeb0ae7 not found ERROR: for storage Cannot start service storage: network 98709b177ffa7be7bcfc31c61b68a441db0c92dae2b1bd586bbde4e2daeb0ae7 not found ERROR: Encountered errors while bringing up the project. [root@www docker-zipkin]# docker-compose up -d Starting mysql ... Starting mysql ... error ERROR: for mysql Cannot start service storage: network 98709b177ffa7be7bcfc31c61b68a441db0c92dae2b1bd586bbde4e2daeb0ae7 not found ERROR: for storage Cannot start service storage: network 98709b177ffa7be7bcfc31c61b68a441db0c92dae2b1bd586bbde4e2daeb0ae7 not found

codefromthecrypt commented 4 years ago

this seems like a problem in your docker setup. please make sure you are using the recent examples, and use "docker-compose pull" to get latest images. try again

https://github.com/openzipkin/zipkin/tree/master/docker/examples