|
|
|
|
|
by lmm
827 days ago
|
|
> Is there something specific about the language that makes Python (or other language) more suitable with Docker for you, compared to PHP? Python has notoriously awful dependency management. One of the biggest appeals of Docker is that it lets you build the equivalent of a "fat jar" so that you get at least somewhat reproducible versions of your dependencies at runtime. For a language with decent dependency management the value proposition is much weaker. |
|
Not that I wouldn't just use Docker for this, but those two help a lot when dealing with multiple clients who have different versions requirements.