Try out 23 different languages with Docker and VS Code

The least invasive way of trying out all popular languages is to run the
servicestack/gistcafe
Docker image in VS Code’s Docker Extension:
Read more

Similar

Exploring Rootless Docker

With the release of Docker 20.10, the rootless containers feature has left experimental status. This is an important step for Docker security as it allows for the entire Docker installation to run with standard user prvivileges, no use of root required. O... (more…)

Read more »

Docker on NixOS with only cgroups v2

After discovering Linux’s wonderful Pressure Stall Information (PSI for short) subsystem, I’ve been trying to set up monitoring on Docker containers where I run very memory, CPU and I/O hungry game servers (not hard to guess - it’s Minecraft). (more…)

Read more »