features

A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own (by devcontainers)

Features Alternatives

Similar projects and alternatives to features

  1. Visual Studio Code

    Visual Studio Code

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. hub-feedback

    Feedback and bug reports for the Docker Hub

  4. Code-Server

    439 features VS Code-Server

    VS Code in the browser

  5. asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  6. 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

  7. zsh-autosuggestions

    Fish-like autosuggestions for zsh

  8. oh-my-posh

    The most customisable and low-latency cross platform/shell prompt renderer

  9. zsh-syntax-highlighting

    Fish shell like syntax highlighting for Zsh.

  10. spec

    Development Containers: Use a container as a full-featured development environment. (by devcontainers)

  11. omnisharp-vscode

    66 features VS omnisharp-vscode

    Discontinued Official C# support for Visual Studio Code [Moved to: https://github.com/dotnet/vscode-csharp]

  12. zsh-completions

    Additional completion definitions for Zsh.

  13. templates

    14 features VS 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)

  14. cli

    14 features VS cli

    A reference implementation for the specification that can create and configure a dev container from a devcontainer.json. (by devcontainers)

  15. images

    4 features VS images

    Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers (by devcontainers)

  16. sealos

    12 features VS sealos

    Deploy real projects from GitHub or your AI coding agent, then keep them running with AI-powered operations.

  17. images

    3 features VS images

    Source code of wsrv.nl (formerly images.weserv.nl), to be used on your own server(s).

  18. vscli

    7 features VS vscli

    A CLI/TUI that simplifies launching VSCode projects, with a focus on dev containers

  19. nvim-dev-container

    Neovim dev container support - Mirror of https://codeberg.org/esensar/nvim-dev-container

  20. devcontainers-dotnet

    This is the template repository that contains the devcontainer settings for .NET app development

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better features alternative or higher similarity.

features discussion

Log in or Post with

features reviews and mentions

Posts with mentions or reviews of features. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-12-31.
  • Creating Your Own Dev Container Feature for VS Code
    2 projects | dev.to | 31 Dec 2025
    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 !
    8 projects | dev.to | 6 Nov 2025
  • GitHub Codespaces Alternatives
    2 projects | news.ycombinator.com | 22 Feb 2025
    FWIW there’s a nix feature for devcontainers (https://github.com/devcontainers/features/tree/main/src/nix)
  • Development Container Features
    1 project | news.ycombinator.com | 6 Jan 2025
  • Create and Configure a GitHub Codespace
    1 project | dev.to | 20 Aug 2024
    // 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
    4 projects | dev.to | 21 Jun 2024
    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
    3 projects | dev.to | 21 Jun 2024
    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...
    9 projects | dev.to | 30 Oct 2023
    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
    1 project | /r/vscode | 30 Sep 2023
  • Take your development environment anywhere and on any machine with Dev Containers.
    3 projects | dev.to | 31 Dec 2022
    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
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic features repo stats
14
1,525
8.6
9 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com