DEV Community

Discussion on: How to run multiple Node and Angular versions simultaneously

Collapse
 
patryktech profile image
Patryk

I use both bind mounts for development (in my Python and node containers), and named volumes in dev and production, e.g. for my databases.

I use Linux for development and production, and I've never noticed any performance issues.

Thread Thread
 
patricepeartree profile image
Patrícia Pereira

Same here, regarding the volumes. But when in Windows with a bind mount for development, a simple npm install would take a lot longer than when run in the host. Probably Windows related...