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 ;) |
6 replies
|
Now at 3.72 GB by not installing the recommended tools by apt. Might regret this, we shall see. |
2 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions