#devcontainer
Xで凍結された人向けにMisskeyのはじめかたを伝授するか

かんたん!Misskeyのはじめかた

1. 下記のコマンドを実行します

git clone https://github.com/misskey-dev/misskey
cd misskey
git submodule update --init
pnpm install --frozen-lockfile
cp .devcontainer/devcontainer.yml .config/default.yml
cp compose.local-db.yml […]
Original post on uneune.one
uneune.one
November 6, 2025 at 6:54 AM
devcontainer を使わざるを得ないから VSCode を使わざるを得ない。
と思考停止していたけど、いつのまにか vim でも使えるようになってたんだ。
ありがたすぎる
November 8, 2025 at 2:11 AM
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
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
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
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
あ?devcontainerぶっ壊したかも
December 27, 2024 at 8:43 AM
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
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
DevContainer上でHTML開きたい時に便利だった。
他の似たようなプラグインだと、Remote Container的なのに対応していないのか、開けなかった。
Open In Default Browser - Visual Studio Marketplace marketplace.visualstudio.com/items?itemNa...
January 18, 2024 at 11:05 PM
ちなみに私がdevcontainer使ってる理由だけど環境を汚したくないからってだけだね。
February 4, 2025 at 11:06 AM
devcontainer 설정하기 귀찮다
November 6, 2024 at 7:31 AM
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
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
Flutter on the Web、DevContainerを作って色々やってみようとしたが、結局asdfでDart入れてFVMでFlutter SDK入れるくらいで十分ということが分かった
February 18, 2024 at 1:10 PM
まあ、ドキュメントとソースコードをGitHubにpushしておけば文句は言われまい。どの言語が来ても基本はdevcontainerで開発するってかとを理解してもらえれば嬉しいな。
September 10, 2024 at 2:07 PM
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
📦 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
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
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
what if I don't want to clutter my machine with *THIS* dependency?

#devcontainer
December 26, 2024 at 6:11 PM
新人の研修課題用に作っておいたSpring Boot + ReactのDocker Composeをvscodeのdevcontainer対応にしたり、いろいろメンテナンスして、知らぬ間にSpring Bootがメジャーバージョンアップしてたり、create-react-appがオワコン化してて永久アップデートされないとわかったり、ほんとウェブ界隈はアレですわ
January 15, 2024 at 7:44 AM
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
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