#devcontainer
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 Everybody can reply
3 reposts 16 likes 4 saves
Then I dive into the tutorial we held about Oxidised OCaml, the performance-oriented fork at oxcaml.org that @yminsky.bsky.social announced earlier this summer. Try the tutorial in a convenient devcontainer, and take our quiz to help develop the language! @thenumb.at anil.recoil.org/notes/icfp25...
Holding an OxCaml tutorial at ICFP/SPLASH 2025
anil.recoil.org
October 23, 2025 at 1:12 PM Everybody can reply
2 reposts 5 likes
i haven't been all too active recently because i have been inflicted with the infrastructure as code hyperfixation

final thing is to set up simple monitoring (esp for backups) but other than that i am like super happy with how this all turned out
October 15, 2025 at 5:40 PM Everybody can reply
6 likes
When you want to develop a nix flake but you want development to be easy in codespaces.

Say hello to Systemd in Debian 13 Trixie Docker Compose based Devcontainer on GitHub Codespaces remote development environment. Connected via VSCode Remote Containers extension.

Philosophically impure 💀
September 28, 2025 at 6:37 PM Everybody can reply
16 likes
The Geocomputation with Python #opensource book project just got an upgrade, with Python 3.12 now the default in the devcontainer.

You can launch a full dev environment directly from your browser with GitHub Codespaces. Give it a try here: github.com/codespaces/n...
September 8, 2025 at 7:37 AM Everybody can reply
4 reposts 10 likes
Just curious, I'm trying to get a Windows based #DevContainer to work in #VSCode, but keep getting stuck on mounting issues.
Is it actually possible to run Windows based DevContainers or are there issues?
And if it is possible, does anyone know how to overcome mounting issues? #Help
February 12, 2025 at 6:39 PM Everybody can reply
ちなみに私がdevcontainer使ってる理由だけど環境を汚したくないからってだけだね。
February 4, 2025 at 11:06 AM Everybody can reply
DevContainer上でHTML開きたい時に便利だった。
他の似たようなプラグインだと、Remote Container的なのに対応していないのか、開けなかった。
Open In Default Browser - Visual Studio Marketplace marketplace.visualstudio.com/items?itemNa...
January 18, 2024 at 11:05 PM Everybody can reply
devcontainer 설정하기 귀찮다
November 6, 2024 at 7:31 AM Everybody can reply
あ?devcontainerぶっ壊したかも
December 27, 2024 at 8:43 AM Everybody can reply
Every repository needs a Devcontainer.

Fast forward to 5:37 in the video. Don't be like @powers-hell.bsky.social and always use a Devcontainer (and I'd highly recommend GitHub Codespaces).

Thank you for coming to my TED talk.

https://youtu.be/jPh-_uP1meM
July 20, 2023 at 7:57 PM Everybody can reply
1 reposts 3 likes
This boarstone.mcphail.uk/mcphail/spec... gives you sjasmplus, zx0/dzx0, pasmo, makefile support, z80asm, z80dasm, zmakebas, the fuse utilities and a custom routine I use to convert raw binaries to tap blocks. You'd need docker installed and the devcontainer plugin for vscode
speccydev
speccydev
boarstone.mcphail.uk
April 25, 2025 at 6:29 AM Everybody can reply
1 likes
NJ
When Docker first came out I was asked multiple time to build a development toolchain with Docker. It's really to see cool to see tooling like the devcontainer standard these days! Solves so many problems we were dealing with then.
September 16, 2025 at 2:05 AM Everybody can reply
まあ、ドキュメントとソースコードをGitHubにpushしておけば文句は言われまい。どの言語が来ても基本はdevcontainerで開発するってかとを理解してもらえれば嬉しいな。
September 10, 2024 at 2:07 PM Everybody can reply
Flutter on the Web、DevContainerを作って色々やってみようとしたが、結局asdfでDart入れてFVMでFlutter SDK入れるくらいで十分ということが分かった
February 18, 2024 at 1:10 PM Everybody can reply
1 likes
I guess that could be possible. This is on a fresh load of a devcontainer, using the vscode plugin. So, would that be something I would have to constantly monitor?
March 18, 2025 at 6:39 PM Everybody can reply
1 likes
📦 mirror-and-mountain/meros-theme-devcontainer v0.0.3

A development package for meros themes.

🔗 https://github.com/mirror-and-mountain/meros-theme-devcontainer
August 24, 2025 at 4:58 PM Everybody can reply
First it's time to yank my favorite .vscode/settings.json and devcontainer.json and pair them down to the minimum reasonable for the veilid project.

If you like to customize your VSCode or VSCodium based browser, how do you rice it?
January 27, 2025 at 5:08 AM Everybody can reply
1 likes
新人の研修課題用に作っておいたSpring Boot + ReactのDocker Composeをvscodeのdevcontainer対応にしたり、いろいろメンテナンスして、知らぬ間にSpring Bootがメジャーバージョンアップしてたり、create-react-appがオワコン化してて永久アップデートされないとわかったり、ほんとウェブ界隈はアレですわ
January 15, 2024 at 7:44 AM Everybody can reply
what if I don't want to clutter my machine with *THIS* dependency?

#devcontainer
December 26, 2024 at 6:11 PM Everybody can reply
Docker Desktop の 4.31.1 で、DevContainer上でViteを動かすと、ポートフォワードが動作しない|onozaty zenn.dev/onozaty/arti... #zenn
Docker Desktop の 4.31.1 で、DevContainer上でViteを動かすと、ポートフォワードが動作しない
zenn.dev
June 29, 2024 at 1:23 PM Everybody can reply
https://zenn.dev/studio_prairie/articles/90f5fc48a6dea7
Claude Code Maxを活用して、複数のAIエージェントを並列で稼働させ、継続的にissueを解決し続ける開発システムの実装方法を紹介。
Anthropicが公式に提供しているClaude Code用のdevcontainerをベースに拡張し、安全に使用できるサンドボックス環境を実現しています。
ネットワークレベルの制御、権限の最小化、データマスキング、コンテナ隔離などの多層防御により運用されています。
Claude Code Maxで実現する完全自動並列開発システム - 人間不在でissueを解決し続けるAIエージェント群の構築
zenn.dev
July 13, 2025 at 8:19 AM Everybody can reply
How should you structure your program to have a #Docker image for production and, when working locally, extend it with development tools (#devcontainer)?

In this article, let's see how to proceed. One image for the deployment and, locally, using VSCode and the devcontainer feature.
One Docker Image for Production and Devcontainers - The Clean Way | Christophe Avonture
Learn how to design a Docker setup that delivers a secure, minimal production image while enabling effortless local development through VS Code Devcontainers with clean overrides and environment isola...
www.avonture.be
October 13, 2025 at 6:12 AM Everybody can reply
1 reposts 1 likes
まぁ一つ言うとJetbrainsはsshさえつながれば開発環境は作れるわよ。

なのでdevcontainerにsshいれて2222あけてつなぐ
January 3, 2025 at 9:37 AM Everybody can reply