Hacker News new | ask | show | jobs
by stephenr 3211 days ago
What will I do? Install their dependencies.

People have been running servers and installing software for a long time before Docker came around, and will be for a long time after it's flavour of the month appeal wears off.

1 comments

> What will I do? Install their dependencies.

Good luck when you want to have multiple projects installed on a single server.

rbenv is a thing that exists.

npm already installs dependencies locally by default.

I already generally avoid Java apps, for bigger reasons than packaging, but setting a custom $CLASSPATH for the JVM to load your dependencies isn't really that difficult.