|
|
|
|
|
by jhardy54
1335 days ago
|
|
Ignoring your tone, here’s a concrete example: I was debugging a HTML-to-PDF service that was crashing for some payloads, but I couldn’t reproduce the problem locally. I used Docker to run the application using the exact same image that was deployed to production, and was able to replicate the issue. Why? Because the PDF renderer depended on loads of finicky dependencies (e.g. linked libraries), and it turns out that the default fonts in our base image didn’t support the Unicode code points in the example payload. I couldn’t replicate this outside of Docker because I have a completely different set of linked libraries and don’t stack. Happy to answer any questions you have. |
|
the other post mentioned setup, so i thought he meant they imposed presetup containers for developers to use?