Shell Containers

Open-source Shell projects categorized as Containers

Top 23 Shell Container Projects

  1. Dokku

    A docker-powered PaaS that helps you build and manage the lifecycle of applications

    Project mention: Dokku Has a Free API: Build Your Own Heroku on a $5 VPS | dev.to | 2026-03-28

    Dokku is the smallest PaaS implementation you've ever seen. It's a self-hosted Heroku alternative that runs on a single server. Push code with git push — Dokku builds, deploys, and manages your apps.

  2. SaaSHub

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

    SaaSHub logo
  3. 90DaysOfDevOps

    This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things DevOps, including Principles, Processes, Tooling and Use Cases surrounding this vast topic.

    Project mention: 10 GitHub Repositories That Will Actually Teach You DevOps in 2026 | dev.to | 2026-05-05

    github.com/MichaelCade/90DaysOfDevOps. 29k stars. Three years of community-curated 90-day plans.

  4. netshoot

    a Docker + Kubernetes network trouble-shooting swiss-army container

    Project mention: One TCP Connection, From SYN to FIN: Capture the Whole Lifecycle in tcpdump | dev.to | 2026-07-12

    netshoot: a Docker + Kubernetes network troubleshooting swiss-army container

  5. docker-gitlab

    Dockerized GitLab

  6. x11docker

    Run GUI applications and desktops in docker and podman containers. Focus on security.

    Project mention: Run GUI applications and desktops in Docker and Podman containers | news.ycombinator.com | 2026-01-23
  7. try

    Inspect a command's effects before modifying your live system

    Project mention: Sandboxing AI Agents in Linux | news.ycombinator.com | 2026-02-03

    > Part #2 to me, I also want observability as to what the agent changed.

    You could potentially combine https://github.com/binpash/try with bubblewrap (I'm not sure how well they compose and as the docs say it isn't a full sandbox).

    The good (and bad because it's confusing and can lead to surprises if misconfigured) thing about Linux containers is all the pieces of containers can be used independently. The "try" tool lets you use the overlay part of containers on your host system, just like Bubblewrap lets you combine the namespacing parts of containers with your host system.

  8. containers-roadmap

    This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).

    Project mention: We want to achieve this configuration using only an Egress-only internet gateway with IPv6 | dev.to | 2025-12-14
  9. s6-overlay

    s6 overlay for containers (includes execline, s6-linux-utils & a custom init)

    Project mention: Nitro: A tiny but flexible init system and process supervisor | news.ycombinator.com | 2025-08-22

    If all you need is init (and not a process supervisor), docker comes with one called 'tini' built in. All you have to do is supply `--init` to the `docker run` command.

    As far as a different process supervisor, I'm not sure. I've used supervisord and agree it's kind of awkward. I have heard of these but don't know much about them:

    https://smarden.org/runit/

    https://github.com/nicolas-van/multirun

    https://github.com/just-containers/s6-overlay

  10. containers

    Bitnami container images

    Project mention: Rehosting Bitnami Secure Images with Specific Tags | dev.to | 2025-09-15

    Bitnami recently updated its policy, restricting direct access to their secure container images (discussion here). This change impacts automated workflows, CI/CD pipelines, and production deployments that rely on Bitnami images and Helm charts.

  11. kube-ps1

    Kubernetes prompt info for bash, fish, and zsh

  12. sysbox

    An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.

    Project mention: Launch HN: Freestyle: Sandboxes for AI Coding Agents | news.ycombinator.com | 2026-04-06
  13. dotfiles

    My dotfiles. Buyer beware ;) (by jessfraz)

    Project mention: Codex CLI Agent Profile by jessfraz | news.ycombinator.com | 2026-01-04
  14. minideb

    A small image based on Debian designed for use in containers

    Project mention: Broadcom to discontinue free Bitnami Helm charts | news.ycombinator.com | 2025-07-18
  15. cheatsheet-kubernetes-A4

    :book: Kubernetes CheatSheets In A4

  16. images

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

    Project mention: Maximizing Efficiency with Dev Containers: A Developer's Guide | dev.to | 2025-07-21

    Dev Containers provide a versatile and expansive technology stack, making them ideal for development. For our purposes, we'll opt for a pre-configured Python image maintained by Microsoft, accessible in their repository. Specifically, the Python development containers we're interested in are found under src/python, with a comprehensive list of available images available at location. We'll select the mcr.microsoft.com/devcontainers/python image tagged 3-bullseye. This container comes equipped with Git, various Python tools, zsh, the Oh My Zsh! Framework, a non-root Visual Studio Code (VSCode) user with sudo privileges, and a suite of common development dependencies. For those curious about the construction of the Docker image, further details can be found here.

  17. features

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

    Project mention: Creating Your Own Dev Container Feature for VS Code | dev.to | 2025-12-31

    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.

  18. 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)

    Project mention: Les Cloud Development Environments (CDE) - Embarquement immédiat ! | dev.to | 2025-11-06
  19. bastille

    Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD.

    Project mention: Jails for NetBSD – Kernel Enforced Isolation and Native Resource Control | news.ycombinator.com | 2026-03-05

    I’ve found Bastille really simple and great for creating and managing jails https://bastillebsd.org/

  20. Conty

    Easy to use unprivileged Linux container packed into a single portable executable

  21. geodesic

    🚀 Geodesic is a DevOps Linux Toolbox in Docker

    Project mention: Geodesic Is a DevOps Linux Toolbox in Docker | news.ycombinator.com | 2025-12-15
  22. docker-squid

    Dockerfile to create a Docker container image for Squid proxy server

  23. SkiffOS

    Any Linux distribution, anywhere.

  24. docker-vackup

    Script to easily backup and restore docker volumes

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Shell Containers discussion

Log in or Post with

Shell Containers related posts

Index

What are some of the best open-source Container projects in Shell? This list will help you:

# Project Stars
1 Dokku 32,039
2 90DaysOfDevOps 29,603
3 netshoot 10,862
4 docker-gitlab 8,093
5 x11docker 6,287
6 try 5,451
7 containers-roadmap 5,351
8 s6-overlay 4,531
9 containers 4,443
10 kube-ps1 3,800
11 sysbox 3,780
12 dotfiles 3,562
13 minideb 2,216
14 cheatsheet-kubernetes-A4 2,141
15 images 2,082
16 features 1,500
17 templates 1,419
18 bastille 1,092
19 Conty 1,093
20 geodesic 1,053
21 docker-squid 851
22 SkiffOS 810
23 docker-vackup 489

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