Unser nächster #Java Usergroup Termin steht bald an.

@sparsick erzählt uns alles über schmerzfreies Aufsetzen einer Dev Umgebung

https://events.ijug.eu/events/ccbd5f78-1e7e-4a05-977e-c6041b8bf61a

#mainz #nix #devcontainers #javascript #devshell

Dev Env Reloaded - Die lokale Entwicklungsumgebung neu gedacht

18.02.2026, 18:00:00 - GMT+1 - ilume informatik ag, 55116, Mainz - Der Vortrag Yeah, eine neue Kollegin kommt ins Team. Mäh, das Onboarding wird wieder ewig dauern. Yeah, du bekommst einen neuen Arbeitslaptop. Mäh, das Aufsetzen wird wieder ewig dauern. Yeah, cool, ic…

Am I the only one who doesn't get the hype around devcontainers?
I just don't see much of a point in running everything (including LSPs) in a Docker container vs running it locally with tools like asdf or mise.

#Docker #Devcontainers

I spent too much of my Sunday trying to get podman to run devcontainers on windows: www.eke.li/docker/2026/01/18/failing-with-podman.html

#podman #docker #wsl #devcontainers #windows
Failing to replace Docker with Podman for Dev Containers

I tried replacing Docker Desktop with Podman on Windows. It didn’t work out. Here’s what happened, what I learned, and why I’m back on Docker Desktop.

Thoughts and stuff

I’m rather smitten with the *idea* of dev containers and, to a degree, the reality delivers. Reproducible environments. Familiar primitives. Editors with decent adoption offer a good experience. Most engineers understand containers well enough to tolerate the rough edges.
But I can’t shake the feeling there are better ways to reach the same goal.

The usual answer is “Nix”, and that’s probably right. Yet the rise of Dev Containers feels less like a breakthrough and more like a side-effect of the container monoculture. They work because containers are everywhere, not because they’re especially well-suited to dev environments. If there’s a real successor, it likely abstracts Nix *away*, integrates cleanly with editors, and doesn’t require heavyweight plugins or full VM-scale artefacts to edit a file.

What’s wrong with dev containers? They’re slow, expensive, and bloated relative to the problem they’re solving. I’m still invested, and I’ll keep using them. But it does feel like, as an industry, we’ve settled for the first thing that worked rather than the best thing we could build.

#DevContainers #docker #vscode #zed #vim #jetbrains #python

Does anyone know how to setup a #devcontainer for #Android development with #dotnet and #JetbrainsRider ?

I can get the container running, and build the project, but can't get the emulator to work to add a virtual device, nor make my physical phone show in the devices panel.

#askFedi #androiddev #devcontainers

Is anyone using Development Containers
(https://containers.dev/) for anything serious?

I gave it a quick spin on a fairly simple Django + PostgreSQL projects, and all I see is flaky, half-assed implementations, stuff failing with cryptic stack traces, etc.

Is it maybe because I am not using VSCode but PyCharm?

Another thing a Megacorp can't afford to do properly?

#Microsoft #DevContainers #DevelopmentContainers #SoftwareDevelopment

Development containers

Development containers documentation and specification page.

If you're a #Ruby human who uses #DevContainers, you may appreciate this Feature which installs the new #rv version manager.

https://codeberg.org/jgarber/devcontainers/src/branch/main/features/src/rv

devcontainers

Dev Container Features and Images.

Codeberg.org
#devcontainers allows you to easily setup your development environment, instead of spending half a day setting up your development environment you will spend half a day setting up devcontainers...
#developers
Running #vscode #devcontainers on an SSH remote feels like black magic.
I can code without any feeling of latency, push code using my SSH public key, and launch GUIs that show on my client.