#DevContainer
⚠️ Tiny soft-launch ⚠️

I built a devcontainer that makes it safe(-er) to run Claude Code with "--dangerously-skip-permissions" for Elixir/Phoenix projects and it comes with Tidewave too! It's based on Anthropic's reference but made safer and tailored to #ElixirLang

github.com/PJUllrich/de...
GitHub - PJUllrich/devcontainer: A Claude-based Devcontainer for Elixir development
A Claude-based Devcontainer for Elixir development - PJUllrich/devcontainer
github.com
February 25, 2026 at 3:37 PM
Picking up the Veilid containerized developer workflow to tinker on it for a few minutes before I turn in for evening bookworm time.

Let's start with creating the .devcontainer directory, devcontainer.json, and devcontainer Dockerfile.

🧵👇🏻
January 27, 2025 at 4:20 AM
We released a new version of #OWASP #Wrongsecrets ! With devcontainer and AI related challenges. Try it out at www.wrongsecrets.com and give the repo a ⭐️ if you like it!
OWASP WrongSecrets
www.wrongsecrets.com
September 22, 2026 at 9:10 PM
Okay peeps, I finally added docs to the Devcontainer repository.

I've been trying to document the Konductor repo and just kept failing until the devcontainer that powers Konductor was finally documented.

Happy Saturday 🌈😊✨

github.com/ContainerCra...
GitHub - ContainerCraft/devcontainer: Cloud Dev & Ops VSCode Devcontainer
Cloud Dev & Ops VSCode Devcontainer. Contribute to ContainerCraft/devcontainer development by creating an account on GitHub.
github.com
November 16, 2024 at 11:58 PM
🚨 New Blog Post 🚨

I wrote up a small blog post about how I built my devcontainer for #ElixirLang and how I made it safer to run Claude in YOLO mode inside of it:

peterullrich.com/a-devcontain...
A Devcontainer for Elixir
A guide to sandboxing Claude Code with a custom Elixir devcontainer, network restrictions, and secret protection
peterullrich.com
March 20, 2026 at 12:11 PM
@wilda.bsky.social conclue cette edition du #JugSummerCamp en nous parlant de #DevContainer
September 4, 2026 at 3:21 PM
Uploaded a demo on how to use nodejs/devcontainer!

- Testing a mounted dev branch on a different OS
- No need to build V8 from scratch on a fresh checkout (usually)
- Testing third-party code with the dev branch in a container

www.youtube.com/watch?v=3Nwa...

PR: github.com/nodejs/node/...
Demo of nodejs/devcontainer
YouTube video by Qiuyi Zhang (Joyee)
www.youtube.com
October 28, 2025 at 11:15 PM
Running "docker build -t devcontainer"
... from inside the devcontainer I'm actively developing 📦🍰
a close up of a man wearing sunglasses and looking at something .
ALT: a close up of a man wearing sunglasses and looking at something .
media.tenor.com
July 18, 2025 at 6:33 PM
Yesterday I've built the multiarch devcontainer variant that would allow macOS/arm64 users to just

1. open a repo in vscode
2. click reopen in devcontainer

and start using containerlab right away.
November 28, 2024 at 9:33 AM
December 17, 2025 at 6:37 PM
#後で読む 用メモです→
DevContainerのマウントベストプラクティス
DevContainerのマウントベストプラクティス
zenn.dev
September 23, 2026 at 12:49 PM
C’est officiel je vais vous parler de .devcontainer a @devoxxfr.bsky.social
February 5, 2025 at 6:32 AM
had claude fix some annoying devcontainer issue it created for itself
April 24, 2026 at 12:55 AM
Docker Desktop license = no-go
Rancher Desktop devcontainer bug = no-go
Podman Desktop devcontainer docker-in-docker bug = no-go

My IDE workflow makes dev on Windows too niche.

Am I too extra for Windows?
Why is she so extra
An animated gif. Make your own gifs with our Animated Gif Maker.
imgflip.com
March 8, 2025 at 6:15 PM
I've been practicing the different LLM augmented dev interfaces across VSCode, Cursor, and Zed IDEs.

This morning I needed to fix a github.com/ContainerCraft/devcontainer neovim image build issue but tbh I didn't feel like going back to fix old stuff when I'm in the mood to work new shiny instead 🧵
GitHub - ContainerCraft/devcontainer: Cloud Dev & Ops VSCode Devcontainer
Cloud Dev & Ops VSCode Devcontainer. Contribute to ContainerCraft/devcontainer development by creating an account on GitHub.
github.com
November 1, 2024 at 5:41 PM
📦 Run agent sessions in your project’s Dev Container from the Agents Window, locally or on SSH, Tunnel, and WSL hosts.

Enable ⚙️ chat agentHost devContainer enabled. Then select Use Dev Container for the project. Docker is required on the remote host.
September 23, 2026 at 6:54 PM
[Reopen in devcontainer] [Don't Show again]

Me, unwilling to commit, clicking the [x] in the corner.
October 23, 2025 at 3:35 AM
petcontainer sounds so much ncier than devcontainer
January 9, 2026 at 1:10 AM
I should add a devcontainer does that count
January 22, 2026 at 9:20 PM
VSCode, the Dev Containers extension & its "Clone Repository in Container Volume" command are lovely for compartmentalizing your local dev work.

For example, the Preact Signals repo's (github.com/preactjs/sig...) .devcontainer setup handles things like installing a containerized browser for tests.
December 20, 2024 at 5:27 PM
✋- devcontainer for keeping things consistent (e.g. npm, etc) and we actually run other containers inside of that. basically one click up and running after installing Docker/ Orbstack and putting the devcontainer extension in VSCode/ Cursor
April 4, 2025 at 5:12 PM
New blog post: How I set up #DevContainer projects from scratch

I'm sharing my simple yet effective setup for consistent dev environments across teams. From config to best practices.

Check it out: k33g.org/GRP-DevConta...

#DevContainers #Docker #DeveloperExperience
k33g.org
k33g.org
February 16, 2026 at 11:01 AM
I don’t run any external code outside a container. 👌

I’m using workmux w/ sandbox + a custom Dockerfile. it has:

⚪ network-level allow-list
⚪ auto sandbox creation/shutdown ✨
⚪ auto worktrees
⚪ docker or apple container

I expose only a read-only gh token in the container.

roe.dev/ama

#ama
May 21, 2026 at 9:45 AM
devcontainer(デブコンテナー)(肥満人間収容施設)
November 19, 2025 at 3:52 AM
I was reading your blog today again, saw the devcontainer repo and decided to fix an old app I used to use all the time back in the day. Todoist Mini is now back in action. It was a breeze to setup+use pebble SDK in vscode again, thanks for mentioning it.

Revived app at: github.com/KonradIT/tod...
February 8, 2025 at 9:30 PM