🌐
GitHub
github.com › orgs › rails › packages › container › package › devcontainer › features › bun
Package devcontainer/features/bun · GitHub
"features": { "ghcr.io/rails/devcontainer/features/bun:1.0.2": {} } latest 1.0.2 1.0 1 · Published 11 months ago · Digest … · sha256:08057c197a8cde49b08749681607bf0d69aed79e280225cf43ca5d1782028789 · 5,712 Version downloads · 1.0.1 · Published about 1 year ago ·
🌐
GitHub
github.com › nhaef › devcontainer-bun
GitHub - nhaef/devcontainer-bun: The Bun Dev Container provides a pre-configured development environment through Visual Studio Code's Dev Containers, simplifying JavaScript and TypeScript project development with Bun. 🚀
The Bun Dev Container provides a pre-configured development environment through Visual Studio Code's Dev Containers, simplifying JavaScript and TypeScript project development with Bun. 🚀 - nhaef/devcontainer-bun
Starred by 42 users
Forked by 6 users
Languages   Dockerfile
🌐
Development Containers
containers.dev › features
Available Dev Container Features
Development containers documentation and specification page.
🌐
Medium
medium.com › @hozlucas28 › devcontainers-aba451bd24a0
DevContainers | Medium
January 18, 2026 - When rebuilding the container (pressing F1 and selecting Dev Containers: Rebuild and Reopen in Container), the Bun Feature (version 1.3.3) will be installed and available in the DevContainer.
🌐
Coding with Coffee
cadu.dev › using-devcontainers-to-setup-your-dev-environment
Using Devcontainers to set up your development environment | Coding with Coffee
September 28, 2023 - However, our DevContainer does not have bun installed. We can fix this in two ways: ... We will proceed with the second option. It’s a simple option for installing tools when they are available. We modify our devcontainer.json to include the following instruction: "features": { "ghcr.io/shyim/devcontainers-features/bun:0": {} },
🌐
GitHub
github.com › oven-sh › bun › issues › 5612
Devcontainer feature for `bun` in GitHub Codespaces · Issue #5612 · oven-sh/bun
September 17, 2023 - https://github.com/devcontainers/features holds "features" that can be composed for a GitHub codespace. It would be fabulous to have a bun feature that can be easily added to any project's devcontainer.json to install bun. This mostly in...
Author   lgarron
🌐
GitHub
github.com › marcosgomesneto › bun-devcontainers
GitHub - marcosgomesneto/bun-devcontainers: Bun Runtime Template for DevContainers & Docker. Bun Dev Container with PostgreSQL, MariaDB or Clean Project! · GitHub
Bun Runtime Template for DevContainers & Docker. Bun Dev Container with PostgreSQL, MariaDB or Clean Project! - marcosgomesneto/bun-devcontainers
Starred by 21 users
Forked by 2 users
Languages   Dockerfile 56.3% | Shell 43.7%
🌐
GitHub
github.com › oven-sh › bun › discussions › 10363
Add an oficial Bun Devcontainer Feature · oven-sh/bun · Discussion #10363
I tried to create a feature inside official devcontainers/features but it was declined with the reason: the devcontainers/features repo only accepts improvements and bug fixes for the [current set of maintained Features](https://github.com/devcontainers/features/blob/main/src)., so no bun feature will be available in their repo.
Author   oven-sh
Find elsewhere
🌐
My Memory
putridparrot.com › blog › trying-out-bun
Trying out bun | My Memory
If not, check through your installation and in the case of the devcontainer make sure you’re using the terminal in VS Code and it’s showing your root folder of the docker image. ... and that’s all there’s is so it. Bun will create and index.ts file, .gitignore, tsconfig.json, package.json and READEME.md.
🌐
Docker
docs.docker.com › guides › bun › develop your app
Use containers for Bun development
Learn how to containerize JavaScript applications with the Bun runtime.
🌐
Untitled Publication
blog.paulasantamaria.com › bun-10-setup-for-windows-with-vscode-and-docker
Bun 1.0 setup for Windows with VSCode and Docker
September 24, 2023 - Within it, there should be a devcontainer.json file including our dev container settings. If you’ve reached this point, you are already running a project within the container as a dev environment. But it’s empty! So let's keep going. Since our container was created using Bun's official Docker image, Bun ...
🌐
GitHub
github.com › alertbox › devcontainers-try-bun
GitHub - alertbox/try-bun: Start a dev container and get to developing a variety of JavaScript-based (or TypeScript) web apps and services. · GitHub
Start a dev container and get to developing a variety of JavaScript-based (or TypeScript) web apps and services. - alertbox/try-bun
Starred by 36 users
Forked by 4 users
🌐
Development Containers
containers.dev › templates
Available Dev Container Templates
Development containers documentation and specification page.
🌐
GitHub
github.com › shyim › devcontainers-features › blob › main › src › bun › README.md
devcontainers-features/src/bun/README.md at main · shyim/devcontainers-features
Bun is an all-in-one toolkit for JavaScript and TypeScript apps. "features": { "ghcr.io/shyim/devcontainers-features/bun:0": {} }
Author   shyim
🌐
GitHub
github.com › Benoit-Welsch › devContainer_Bun
GitHub - Benoit-Welsch/devContainer_Bun: A vs-code dev container for bun
A vs-code dev container for bun. Contribute to Benoit-Welsch/devContainer_Bun development by creating an account on GitHub.
Author   Benoit-Welsch
🌐
GitHub
github.com › michidk › devcontainers-features
GitHub - michidk/devcontainers-features: A collection of devcontainer 'features' · GitHub
bun: Install bun · typos: Install typos · To reference a feature from this repository, add the desired features to a devcontainer.json. Each feature has a README.md that shows how to reference the feature and which options are available for that feature. The example below installs the typst declared in the ./src directory of this repository.
Starred by 8 users
Forked by 2 users
Languages   Shell
🌐
Chainguard
images.chainguard.dev › directory › image › bun › overview
bun Secure-by-Default Container Image | Chainguard
Although the -dev container image variants have similar security features as their more minimal versions, they include additional software that is typically not necessary in production environments.
🌐
GitHub
github.com › oven-sh › bun › issues › 21144
Simplify development in codespaces by adding a devcontainer config to the repo · Issue #21144 · oven-sh/bun
July 18, 2025 - That is, I think it would concretely make it easier for someone like me to contribute any given change to bun. Add a .devcontainer/devcontainer.json file in the repo that installs the relevant dependencies and runs an initial build so that the dev environment is immediately ready to work on changes.
Author   lgarron
🌐
GitHub
github.com › devcontainers › features
GitHub - devcontainers/features: A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own · GitHub
A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own - devcontainers/features
Starred by 1.4K users
Forked by 590 users
Languages   Shell