Oottekos muuten kokeillu #devcontainer'ita. On muutes aika kätsyä määrittää devaukseen tarvittavat paketit ja työkalut repoon mukaan. Positiivisena, ettei tarvi asennella kaikkia työkaluja yleisesti, vaan saa tarvittavat vermeet niihin projekteihin, joissa niitä tarvitaan.

Eikä yhtää haittaa toi lisäeristys toimitusketjuhyökkäysien osalta, kun ne koodit pyörii kontissa eristettynä. Tai sit jos on kiinnostunu AI:sta, niin voi rajata ne tarpeelliset asiat sinne konttiin, niin ei oo kaikkeen pääsy jatkuvasti. Ei tää mikään tietoturvatyökalu oo, mut varmaan joissain tapauksissa saattaa olla eduksi.

有人協助整理的建立 Mastodon dev container 的流程,這會比官方文件中 Vagrant 建立 VM 還要方便,有需要的人可以試試看
https://github.com/mastodon/mastodon/pull/37667
#mastodon #devcontainer
Dev Container: Fix Ruby version manager conflicts (rvm + rbenv) by switching to Rails team image by liberaldev · Pull Request #37667 · mastodon/mastodon

Resolve #37489

GitHub
ros2-basic-dev-container

A basic dev container and startup script for running ros2

Codeberg.org

I haven't looked at the Zed editor before, but with the included #devcontainer support, I think I will give it a try..

You guys using Zed editor??

#development

Run Your Project in a Dev Container, in Zed — Zed's Blog

https://zed.dev/blog/dev-containers?ref=dailydev

Run Your Project in a Dev Container, in Zed - Zed Blog

From the Zed Blog: Open projects in Docker-based Dev Containers in Zed for consistent, reproducible development environments.

【VSCode】devcontainerでCodex認証が通らない? ポート1455を巡る「椅子取りゲーム」の制し方 - Qiita

エンジニアの皆さん、こんにちは!Dirbato - Backbeat の田島です! 突然ですが、皆さんのローカル開発環境、「秘伝のタレ」 みたいにドロドロに汚れてませんか? 「あのプロジェクトの時は Node v14 だったけど、こっちは v20 で、なんか Python ...

Qiita
I’m just starting to look into the topic of #Devcontainer and #cloud_native in general... and somehow the whole thing feels to me like I’ve spent the last ~10 years somewhere behind the moon, know nothing about computer and development any more and will have to start all over again.

Exciting!

Getting the #RubyLSP #VSCode extension working in a #DevContainer with the #rv #Ruby version manager is a little fiddly.

The least amount of configuration that I can figure out is a configuration like this:

```
"customizations": {
"vscode": {
"extensions": [
"Shopify.ruby-lsp"
],
"settings": {
"rubyLsp.customRubyCommand": "PATH=$(rv ruby dir)/ruby-3.3.10/bin:${PATH}",
"rubyLsp.rubyVersionManager.identifier": "custom"
}
}
}
```

https://shopify.github.io/ruby-lsp/version-managers.html#custom-activation

Version Managers

An opinionated language server for Ruby. Batteries included!

Ruby LSP

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

#DevContainer 無いから困ると思ってたけど実は組み込みで存在していたのか。さらなる強化に今後期待。 #Antigravity

https://dev.classmethod.jp/articles/dont-forget-to-use-devcontainer-when-using-antigravity/

Antigravity を使うときは DevContainer で安全に使おう | DevelopersIO

クラスメソッド発「やってみた」系技術メディア | DevelopersIO