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

docker-compose.yml file has dead image names #25

Closed Kalle80 closed 8 years ago

Kalle80 commented 8 years ago

Hi,

could you update the docker-compose.yml file to point to correct images?

➜  docker git:(master) docker-compose up -d
Pulling discovery (kbastani/discovery-microservice:latest)...
Pulling repository docker.io/kbastani/discovery-microservice
ERROR: Error: image kbastani/discovery-microservice not found
jenssaade commented 8 years ago

You can build the docker images locally, just run mvn install on the project root. Run docker-compose up afterwards from the docker dir.

zirconias commented 8 years ago

i have a 8go mbp , how we can limit docker resources to be able to launch 4 ou more containers and still work smoothly ?

kbastani commented 8 years ago

@zirconias You can try running the example without using Docker, or using AWS EC2