|
|
|
|
|
by jpittis
2538 days ago
|
|
> What is Docker for? You can take your old Python and Ruby and Perl apps and wrap them up in Docker, and thus those old apps can make the transition to the modern world of cloud computing. There's no reference to isolation with namespaces and cgroups. > There are older, mature options, such as Java and C# and Erlang, and there are many newer options, such as Go or Elixir or Clojure. The JVM, BEAM, or Go process still needs to run on a machine and interact with an OS. They still need to be scheduled across thousands of machines that are constantly breaking. They still ought to be isolated from each-other when running on the same machine. There is nothing magical about these platforms that solves these problems. |
|
Sure, and you can solve those problems without docker or dockerfile hell.