Running code server in my homelab is a godsend. It allows me to tinker with any language, environment, setting that I can think about in a development environment, but then not let that development environment be a problem on my laptop (and if needed, my desktop, but let’s put a pin in it for now).

My home server isn’t super powerful. However, it’s a dedicated machine that runs Unraid and hence is near barebones. It’s both a NAS and my docker container and maybe in some world, I may consider upping its specs. But it does everything needed from a development machine and then some more.

I run code server as a docker container and with the latest update – 4.9.72, it’s managed to bring itself down. It runs blank with the latest version. You can dig through the comments and looks like there’s an upstream error.

However, because it’s a docker container, running a previous version is as easy as changing the repo in the community app from:

lscr.io/linuxserver/code-server:latest 

to

lscr.io/linuxserver/code-server:version-4.96.4

Recompile and the previous environment is back up and running. This is one of the reasons why I went down this path of running it in a docker container. It’s wonderful to see it play out just as I’d hoped.

Back to regular programming (heh).

Fediverse reactions

One response

  1. vtamm Avatar
    vtamm

    Thanks a lot for this and for your comment in the linuxserver/docker-code-server repository. Looks like the issue should be fixed upstream very soon (“hopefully today” according to a contributor in another GitHub thread) but thanks to you I got my code-server working again until that happens.

have something to add, leave a reply

Discover more from @gurupanguji

Subscribe now to keep reading and get access to the full archive.

Continue reading