5 ms·
This assumes you have shell and those tools installed via your Dockerfile. Best practice is to have a multi stage build and just have the working binary, keepin
by thegabez 4y ago
This assumes you have shell and those tools installed via your Dockerfile. Best practice is to have a multi stage build and just have the working binary, keeping the image as light as possible.
So when do you make a fat image with debug tools and when do you keep it skinny?
- mozman 4y agoOr you’re running on a VM and can install these tools for debugging and then blow it away when you’re done