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

Errors on start-docker-compose #118

Closed
csantanapr opened this issue Apr 12, 2018 · 3 comments
Closed

Errors on start-docker-compose #118

csantanapr opened this issue Apr 12, 2018 · 3 comments

Comments

@csantanapr
Copy link
Member

I get this error when running docker compose

waiting for the database to come up ... on 9.27.118.111
Starting openwhisk_redis_1     ... done
Starting openwhisk_db_1        ... done
Starting openwhisk_zookeeper_1 ... done
Starting openwhisk_kafka_1     ... done
Recreating openwhisk_controller_1 ...
Recreating openwhisk_invoker_1    ... error
Starting openwhisk_kafka-rest_1   ...
Recreating openwhisk_controller_1 ... error
ERROR: for openwhisk_invoker_1  no such image: sha256:084ed5bb83ac0f2b67e33dd8d07a675a594c5b193dc0a3008f7895d4192903a2: No such image: sha256:084ed5bb83ac0f2b67e33dd8d07a675a594c5b193dc0a3008f7895d4192903a2

ERROR: for openwhisk_controller_1  no such image: sha256:429e3ff2b94ce6e0c6889e4873d3f632f83db880b5754c4ed3fe31d0ef58851f: No such image: sha2Starting openwhisk_kafka-rest_1   ... done
Starting openwhisk_kafka-topics-ui_1 ... done

ERROR: for invoker  no such image: sha256:084ed5bb83ac0f2b67e33dd8d07a675a594c5b193dc0a3008f7895d4192903a2: No such image: sha256:084ed5bb83ac0f2b67e33dd8d07a675a594c5b193dc0a3008f7895d4192903a2

ERROR: for controller  no such image: sha256:429e3ff2b94ce6e0c6889e4873d3f632f83db880b5754c4ed3fe31d0ef58851f: No such image: sha256:429e3ff2b94ce6e0c6889e4873d3f632f83db880b5754c4ed3fe31d0ef58851f
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.

ERROR: no such image: sha256:429e3ff2b94ce6e0c6889e4873d3f632f83db880b5754c4ed3fe31d0ef58851f: No such image: sha256:429e3ff2b94ce6e0c6889e4873d3f632f83db880b5754c4ed3fe31d0ef58851f

This is after downloading all docker images from dockerhub for controller and invoker

cc @ddragosd

@csantanapr
Copy link
Member Author

I was able to fix this by running docker-compose up
and I got prompted and type y

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

@wl05
Copy link

wl05 commented Jun 23, 2018

how did you solve this problem?

@Hritik14
Copy link

@wl05 docker-compose down worked for me [ref]

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

No branches or pull requests

3 participants