Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose err:The image for the service you're trying to recreate has been removed #334

Closed
bellondr opened this issue Nov 12, 2018 · 2 comments

Comments

@bellondr
Copy link

I want to test some demo, and when I run ./saga-servicecomb-demo.sh up
Here come the error
Starting saga-servicecomb-demo:0.3.0-SNAPSHOT
Pulling alpha (alpha-server:0.3.0-SNAPSHOT)...

ERROR: The image for the service you're trying to recreate has been removed.

If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling alpha (alpha-server:0.3.0-SNAPSHOT)...
ERROR: pull access denied for alpha-server, repository does not exist or may require 'docker login'
So how can I run the demo in docker?

@WillemJiang
Copy link
Member

I think you need to pull the servicecomb/alpha-server first.

@WillemJiang
Copy link
Member

You can also build the docker image from the source with below command without running the test:
`mvn clean install -DskipTests=true -Pdemo,docker'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants