A Collection of Docker Images To Solve All Your Debugging Needs
<p>Whenever I troubleshoot anything container-related, I look for a good container image containing the right tools to troubleshoot and/or solve the problem. However, finding such an image, or assembling my own, is time-consuming and honestly just way too much effort.</p>
<p>So, to save you and me the hassle of finding or building such image(s), here’s a list of container images that will satisfy all the troubleshooting needs.</p>
<h1>The Images</h1>
<p>While building a “Swiss army knife container image” might seem like a good idea, there are always more things to add, and at some point, such an image becomes too big and hard to maintain.</p>
<p>A better option is to use an image such as <code><a href="https://github.com/teaxyz/infuser" rel="noopener ugc nofollow" target="_blank">infuser</a></code>. <code>infuser</code> is built around <code>tea</code> CLI, which automatically installs any tool that you invoke. Let's say you run <code>curl</code> in a container, but it's not installed. No problem, <code>tea</code> will first install it and then invoke your command:</p>
<p><a href="https://betterprogramming.pub/a-collection-of-docker-images-to-solve-all-your-debugging-needs-189973aae5c0"><strong>Learn More</strong></a></p>