Developing Inside a Container

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. Visual Studio Code

    Public documentation for Visual Studio Code

    Interesting. The date at the bottom of the article shows 06/05/2024, which is this one? https://github.com/microsoft/vscode-docs/blob/main/docs/devc... renamed from your link in 2022.

    All of this to say, I wish articles were upfront on original publication date.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. tilt

    Define your dev environment as code. For microservice apps on Kubernetes.

    I like tilt [https://tilt.dev] if the dev infra has any significant complexity to it.

    Docker compose also has a "watch" command that can do lots of the the things devcontainers does, and I use it for more simple setups.

    https://docs.docker.com/compose/file-watch/

  4. devpod

    Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.

    I’ve been using DevPod (https://devpod.sh) for this and it’s been pretty great.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Devcontainers in k8s

    3 projects | /r/devops | 25 May 2023
  • How our development team shares one giant bare metal machine

    2 projects | /r/selfhosted | 15 Nov 2022
  • How our development team shares one giant bare metal machine

    1 project | /r/programming | 15 Nov 2022
  • Sablier v1.1.0 - Containers on demand for docker, swarm and kubernetes

    3 projects | /r/selfhosted | 11 Nov 2022
  • Paid open-source bounty available payable to whomever helps produce a FreeBSD binary of coder/coder.

    1 project | /r/freebsd | 7 Nov 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?