Docker space optimization
You're Docker Images are getting bigger? This is how you save some space:
Just add this at the end of your apt-get update line:
It removes most of the junk installed by apt-get update
You're Docker Images are getting bigger? This is how you save some space:
Just add this at the end of your apt-get update line:
It removes most of the junk installed by apt-get update