strongloop / strong-pm

deployer for node applications
http://strong-pm.io
Other
1k stars 71 forks source link

Is docker required to run strong-pm in a production hosting environment? #302

Closed pvijeh closed 8 years ago

pvijeh commented 8 years ago

These docs mention docker --->

http://strong-pm.io/prod/

is that a requirement for hosting a strong-loop app using strong-pm ?

rmg commented 8 years ago

No, docker is not required. Those docs are referring to 2 different uses of docker, both of which are optional:

  1. run strong-pm itself inside a docker container
  2. run strong-pm on the server and have it run your apps as docker containers

Neither of those is the default.