Replies: 3 comments 8 replies
-
So an update, I have spent some time improving the image, and reduced it down to 4.35GB. Not bad considering where I was before. Here is what I've done.
I now:
Any other suggestions still welcome ;) |
Beta Was this translation helpful? Give feedback.
-
Now at 3.72 GB by not installing the recommended tools by apt. Might regret this, we shall see. |
Beta Was this translation helpful? Give feedback.
-
Now, I find that my network speeds on my nodes + the storage I have means I have stopped caring about this. Coder has also made my life easier for managing everything, so the size matters less. I can keep a code-server container online for 6 months usually, and by that time I usually do think I benefit from re-installing things, and having that complete purge. Granted, I only really use Python/Go nowadays. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Right now I am installing all the programs I use into a Docker image. this makes my image very big, roughly 5GB. I feel this cannot be the right way to do it, here is what I am thinking in my head:
Suggestions for either of these points would be greatly appreciated. Here is the current (private) dockerfile.
Beta Was this translation helpful? Give feedback.
All reactions