You must log in or register to comment.
At my workplace, to record system metrics, we use an in-house service written in Python 2. It is run from within a Docker container, the size of which is about 500MB.
Not really relevant to the article but just wanted to vent about it. Sorry.
What gets the size so big? Is the base image alpine?
The base image is Ubuntu. That’s the biggest reason.