Cannot find docker image: garystafford/voter-client:rabbitmq-0.4.55
Opened this issue · 2 comments
kennoosh commented
it's a great demo, but when I tried to run "sh ./stack_deploy_local.sh", it got the following issue:
"Error response from daemon: manifest for garystafford/voter-client:rabbitmq-0.4.55 not found"
it seems like that image is not available anymore on docker hub, could you check it?
Regards!
albertjose commented
Try change a tag after "garystafford/voter-client:" for some tag from link:
https://hub.docker.com/r/garystafford/voter-client/tags/
kennoosh commented
COOL,, just changed it to rabbitmq-0.4.63 and it works.
Thanks!