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
179 stars 135 forks source link

Docker images not found #11

Closed VargasRaymondJ closed 8 years ago

VargasRaymondJ commented 8 years ago

Unable to run docker-compose, images cannot be found

jhedev commented 8 years ago

You need to run mvn install to build the images locally.