apolloconfig / apollo-quick-start

Apollo Quick Start
691 stars 1.85k forks source link

docker-compose lose some docker image #82

Closed wenchaomartin closed 2 years ago

wenchaomartin commented 2 years ago

i install dokcer desktop docker in win10 ver19043

git clone the apollo-build-scripts

cd apollo-build-scripts in local git directory

type the cmd of docker-compose up

the occure the error in the screen

ERROR: pull access denied for apollo-quick-start, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

then i login in the cmd but not work

occure the error agin

ERROR: pull access denied for apollo-quick-start, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

nobodyiam commented 2 years ago

This repository is for the purpose to build docker image locally. If you want to use an existing image, you could use the docker-compose.yml from the docker-quick-start in apollo main repository instead.

wenchaomartin commented 2 years ago

i understand u you said, if i use the docker-comopose file in this project ,

i must build the docker-file to image.

and then run the cmd of docker-compose up .

nobodyiam commented 2 years ago

That's correct.