kbastani / spring-cloud-microservice-example

An example project that demonstrates an end-to-end cloud native application using Spring Cloud for building a practical microservices architecture.
http://www.kennybastani.com/2015/07/spring-cloud-docker-microservices.html
GNU General Public License v3.0
176 stars 135 forks source link

Can't Access Docker Repos #55

Open dblitza opened 6 years ago

dblitza commented 6 years ago

When I run "docker-compose up" I get a "ERROR: repository ____ not found: does not exist or no pull access"

niallthomson commented 6 years ago

Just in-case anyone else has this problem: you need to use something like mvn install before you use docker-compose. Its not an issue with a repository as much as the images need to be built and present on you system first.