kucharzyk / spring-angular2-starter

PROJECT DISCONTINUED
MIT License
210 stars 65 forks source link

Not really an issue: Why is standalone (non-docker) usage no longer recommended? #34

Closed rijadsacirovic closed 8 years ago

rijadsacirovic commented 8 years ago

Can you explain why it is not recommended? what issues, risks are involved? What would i need to do in order to make it usable standalone?

kucharzyk commented 8 years ago

Standalone usage is still possible but with every service it will be harder and harder. Lifer with docker is just easier.

Suppose you have 10 microservices to start manually and one or more databases. With docker you can use one command to run everything.