Filter
Exclude
Time range
-
Near
既存README、 .env、 証明書、 Codex認証情報は保護。 DevContainer更新を「上書き作業」ではなく 「管理された再適用」にできた。
12
DevContainerを複数repoに展開すると、後からの修正反映がつらい。 日本語localeや共有data mountの修正を全repoへ手作業反映するのは危険。
1
1
claude codeをdevcontainerのfeaturesを使ってコンテナ内にインストールしたら、初回の認証には成功したけどコンテナをdown→upしたら以降は認証できなくなった インストール方法をcurlとbash使う方法に変えたら直った
16
削除はdry-runが基本。 test系、古いdevcontainer系、停止中コンテナに掴まれているimageを分けるだけで、かなり安心して整理できる。
2
DevContainer運用、気づくとDocker imageだらけ。 test-devやGPU系imageが20GB級で増えて、どれを消していいか分からない…。
2
2
podman desktopとvscode devcontainer 怪しい動きが多くてしんどくなってきたなあ
20
vs codeでコンテナ上でアプリ開発の際、ホスト側の既存DBと、バックエンド側DBクライアントを接続する際に接続できないとき、.devcontainer/devcontainer.json に "runArgs": ["--add-host=host.docker.internal:host-gateway"] を追記するとhost.docker.internal を有効にできる。
26
まぁDevContainerだからVPS側でgit cloneすれば環境整備終わるし、やってみるか
31
WSL2に環境移してDevContainerでbeatoraja改造してるけど、あまりにも楽すぎる。今まで必死に開発環境を構築してたの馬鹿です(➰〰➰)ノ
1
42
Replying to @twtayaan
We shall see. VS doesn't support devcontainers and never will (it can't). Aspire "supports" devcontainers but doesn't actually work in a devcontainer in practice. Using a devcontainer as designed is unusable in a Windows (or Mac) environment for any real work. The official MS "fix"?... clone the repo again inside the devcontainer. 🤦‍♂️ GitHub Copilot extension in VS is way behind the VSCode extension. Copilot code completions is useless in both. Use the CLI agent tooling instead? Sure, but now forget about VS or DevKit because they don't like files edited outside their purview and crash. So none of the dev tooling they currently have actually work together now. Why would wslc be any different? Don't get me wrong, I love the premise and it would be a huge benefit for us at work if MS actually creates a cohesive ecosystem. It would not surprise me if it took their tooling a long time to catch up if at all. They are doing a lot of cool innovative things at a fast pace, but disjointedly with the left hand not talking to the right. I don't need a pink theme or a kitten walking across my screen in Visual Studio or a GUI on top of OpenClaw. I need my dev tools to work without all the friction. Each of their tools solves a real pain point in a dev workflow, but together, make the workflow more painful. I've had to scrap most of it be productive.
1
1
117
DevContainer から動かしてもみたが、 Data Binding や Scripts はうまくいったが Shape の作成はムリそう。 schema validation 問題との AI の回答。ここまでの対応はさすがに重箱だろうから、これの運用はちょっと厳しめ。ローカルでやるか
17
なつめそら retweeted
メインエディタはzedなんだが、仕事では専らVSCode VSCodeで十分な部分も多いのはその通りなんだが。 特にWSLやdevcontainerとの親和性をみると。 複数のプロジェクト開いて、AIウィンドウに直接書き込めて並列で処理させるにはとても楽で良き。 でも最近effortとか細かく弄りながら処理するのでターミナルで良いかな感が出ている
1
1
3
358
Javaは相変わらずIDEAだし。PHPはPHPStomeだし、Pythonはpycharm、DBクライアントはDatagrip 何だかんだで手書きする時やデバッグが必要な時はJetBrainsさんのIDEが重宝する。 Devcontainerはずっと待っていたがもう諦めた。
130
codexがsandbox内ではGPUを使えないのでfull accessにして使わせるためのdevcontainerなどを実装して(github.com/Neko-nos/configs/…), 研究の方で実践するとdevcontainer自体は上手くいっていたがcodexがuvやGPU環境の設定が苦手なようで環境構築も含んだ作業は大きいのか作った意味が少し薄れてしまった
1
2
73
Jun 12
Replying to @retireddon_tm
wait hold up let me crack open my devcontainer
6
Replying to @jscraik @cursor_ai
Literally that was my next step! ;-) Codex app installed and already booted into a secure and isolated devcontainer setup
1
1
22
最近devcontainerとも大分仲良くなった
265
VS Code で DevContainer 作ろうとしたら、ベースのイメージが候補に出てこなくなっとるな。何か仕様変わったのかね
3