SaaSHub helps you find the best software and product alternatives Learn more →
Features Alternatives
Similar projects and alternatives to features
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
nerd-fonts
Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
-
-
-
-
spec
Development Containers: Use a container as a full-featured development environment. (by devcontainers)
-
omnisharp-vscode
Discontinued Official C# support for Visual Studio Code [Moved to: https://github.com/dotnet/vscode-csharp]
-
-
templates
Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own! (by devcontainers)
-
cli
A reference implementation for the specification that can create and configure a dev container from a devcontainer.json. (by devcontainers)
-
images
Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers (by devcontainers)
-
sealos
Deploy real projects from GitHub or your AI coding agent, then keep them running with AI-powered operations.
-
-
-
nvim-dev-container
Neovim dev container support - Mirror of https://codeberg.org/esensar/nvim-dev-container
-
devcontainers-dotnet
This is the template repository that contains the devcontainer settings for .NET app development
features discussion
features reviews and mentions
-
Creating Your Own Dev Container Feature for VS Code
This article demonstrates how to create and publish your own Dev Container Feature for VS Code. We'll use the Amazon Q CLI feature from the jajera/features repository as a practical example, showing the complete process from forking the starter repository to getting your feature listed on containers.dev.
- Les Cloud Development Environments (CDE) - Embarquement immédiat !
-
GitHub Codespaces Alternatives
FWIW there’s a nix feature for devcontainers (https://github.com/devcontainers/features/tree/main/src/nix)
- Development Container Features
-
Create and Configure a GitHub Codespace
// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/dotnet { "name": "C# (.NET)", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [5000, 5001], // "portsAttributes": { // "5001": { // "protocol": "https" // } // } // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "dotnet restore", // Configure tool-specific properties. // "customizations": {}, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" }
-
Dev Containers - Part 2: Image, Features, Workspace, Environment Variables
Find available Dev Container features here: https://containers.dev/features. You can also create your own feature.
-
Dev Containers - Part 3: Full Stack Dev - Docker Compose & Database
Imagine you're developing server applications relying on both Node.js and PostgreSQL. You might initially use installation commands in a Dockerfile (as discussed in Part 1) or leverage Dev Container Features (covered in Part 2) to install PostgreSQL within your container.
-
Dev Containers: Open, Develop, Repeat...
Dev Containers not only allow you to define which extensions should be installed and which configuration settings shall be set, but they also have something they call "Dev Container Features".
- Unable to Change Workspace Folder Permissions (777 to 775) in WSL VSCode Devcontainer
-
Take your development environment anywhere and on any machine with Dev Containers.
there are already built docker images for common development environment. You can either use one of them, or build one from Docker file. Using a pre-built dev container doesn't mean you are only limited to that image, because you can still add other tools, which they are called features to that image. For a list of the pre-built templates check here, and for the other features that you can add check this. You don't need a Docker file, unless you want to build your dev environment step by step.
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Aug 2026
Stats
devcontainers/features is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of features is Shell.