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-compose up" command not finished #26

Closed mkaratekin closed 8 years ago

mkaratekin commented 8 years ago

Hi, I new in Microservice and Docker. When I run "docker-compose up" command,I would be long time to process and machine'd be slow. The screen shot here: docker

kbastani commented 8 years ago

Make sure that you have enough memory on your Docker base VM.

docker-machine create spring-cloud-microservices --driver=virtualbox --virtualbox-memory=7000 --virtualbox-disk-size=50000