Shell Containers

Open-source Shell projects categorized as Containers

Top 23 Shell Container Projects

  • Dokku

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

  • Project mention: Open-source alternative to Heroku, Vercel, and Netlify | news.ycombinator.com | 2024-04-29

    Would be great to see a comparison to some better known alternatives like

    - Dokku [0]

    - CapRover [1]

    [0] https://dokku.com/

    [1] https://caprover.com/

  • 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: What is DevOps? | dev.to | 2024-01-07

    90DaysOfDevOps 2022

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • distrobox

    Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox

  • Project mention: Show HN: Convert your Containerfile to a bootable OS | news.ycombinator.com | 2024-05-07

    That seems more like Distrobox to me(?) https://distrobox.it/

  • docker-gitlab

    Dockerized GitLab

  • netshoot

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

  • Project mention: Docker Container Can't Ping | /r/docker | 2023-11-11
  • x11docker

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

  • Project mention: Remote Controlling an HP 1670G Logic Analyzer with a Linux PC X Server | news.ycombinator.com | 2023-12-27

    I don't know anything about Xwayland, but according there's this sentence in this socat writeup:

    > If you want to access an X server that does not provide -listen tcp (Xwayland) or just did not have enabled it during startup (like most likely your host Xorg), you can use socat to provide TCP/IP access.

    https://github.com/mviereck/x11docker/wiki/How-to-access-X-o...

  • containers-roadmap

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

  • Project mention: General Availability of the AWS SDK for Rust | news.ycombinator.com | 2023-11-28

    Thanks for showing up and answering questions. Congratulations on the release.

    What kind of plans for support of Rust's evolving async ecosystem?

    Any particular reason why the public roadmap does not show the columns similar to "Researching", "We're Working On It" like the other similar public AWS Roadmaps? See example for Containers: https://github.com/aws/containers-roadmap/projects/1

    Would be nice to have fully working examples on Github, for most common scenarios across most AWS services. This is something that historically

  • SaaSHub

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

    SaaSHub logo
  • s6-overlay

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

  • Project mention: S6-overlay: one *thing* per Docker container | news.ycombinator.com | 2024-01-16
  • dotfiles

    My dotfiles. Buyer beware ;) (by jessfraz)

  • Project mention: Toolship: A (More) Secure Workstation | news.ycombinator.com | 2023-09-20
  • containers

    Bitnami container images

  • Project mention: Extend Bitnami Cassandra Image to customize the configuration in cassandra.yaml | dev.to | 2024-04-29

    There are multiple benefits of using the images from Bitnami. We can refer to their github repo for additional details. The Bitnami image from cassandra provides us the option to override few of the configurations in the cassandra.yaml file by passing the values as environment variables. For eg: When we provide an environment variable - CASSANDRA_CLUSTER_NAME – to the container, the value of this variable gets updated in the cassandra.yaml -> cluster_name field.

  • sysbox

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

  • toolbox

    Tool for interactive command line environments on Linux (by containers)

  • Project mention: Toolbx: Tool for interactive command line environments on Linux | news.ycombinator.com | 2024-03-23
  • minideb

    A small image based on Debian designed for use in containers

  • cheatsheet-kubernetes-A4

    :book: Kubernetes CheatSheets In A4

  • Project mention: ☸️ Kubernetes: Awesome Maintained Links You Will Keep Using Next Year | dev.to | 2023-09-03

    Speaking of cheat sheets, dennyzhang upholds the heatsheet-kubernetes-A4 repository on GitHub. This repository offers a printable single-page A4 cheat sheet.

  • geodesic

    🚀 Geodesic is a DevOps Linux Toolbox in Docker

  • docker-squid

    Dockerfile to create a Docker container image for Squid proxy server

  • 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: Creating a movie finder app with Streamlit and OMDb API | dev.to | 2023-11-27

    // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/python { "name": "Python 3", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye", "customizations": { "codespaces": { "openFiles": [ "README.md", "streamlit_app.py" ] }, "vscode": { "settings": {}, "extensions": [ "ms-python.python", "ms-python.vscode-pylance" ] } }, "updateContentCommand": "[ -f packages.txt ] && sudo apt update && sudo apt upgrade && sudo xargs apt install -y

  • bastille

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

  • Project mention: 3 Advantages to Running FreeBSD as Your Server Operating System | news.ycombinator.com | 2023-08-15

    > FreeBSD jails don't have a one-command way to install a preconfigured jail for a specific service

    FreeBSD does have that tool, its BastilleBSD: https://bastillebsd.org/

    For example, this is the Bastillefile for running consul: https://gitlab.com/bastillebsd-templates/consul/-/blob/maste...

  • 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: Dev Containers: Open, Develop, Repeat... | dev.to | 2023-10-30

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

  • SkiffOS

    Any Linux distribution, anywhere.

  • Conty

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

  • Project mention: [PSA] If you are having problems running EAC enabled games on Steam, try running Steam through conty | /r/voidlinux | 2023-11-28

    For the glory of mankind he edited his post saying that running Steam through conty (https://github.com/Kron4ek/Conty) fixed his problem with EAC enabled games.

  • docker-vackup

    Script to easily backup and restore docker volumes

  • Project mention: A Clutter-Free Life: Going Paperless with Paperless-Ngx | news.ycombinator.com | 2023-10-07

    I used vackup [1] that’s been obsoleted but still works for me. However, you still need to turn of the container temporarily.

    [1] https://github.com/BretFisher/docker-vackup

  • containers

    My collection of container images (by onedr0p)

  • Project mention: Home Assistant 2023.11 | news.ycombinator.com | 2023-11-02

    If you want to try, I build and maintain a rootless home-assistant container (which they refuse to support) that shouldn't have the issue.

    Container: https://github.com/onedr0p/containers/pkgs/container/home-as...

  • SaaSHub

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

    SaaSHub logo
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 related posts

  • Flatcar: OS Innovation with Systemd-Sysext

    4 projects | news.ycombinator.com | 12 May 2024
  • Extend Bitnami Cassandra Image to customize the configuration in cassandra.yaml

    1 project | dev.to | 29 Apr 2024
  • Windows 11 now comes with its own adware

    1 project | news.ycombinator.com | 24 Apr 2024
  • RHttp: REPL for HTTP

    3 projects | news.ycombinator.com | 17 Apr 2024
  • Toolbx: Tool for interactive command line environments on Linux

    1 project | news.ycombinator.com | 23 Mar 2024
  • Toolbx

    1 project | news.ycombinator.com | 19 Mar 2024
  • Debian 12 is now the base operating system of Bitnami packages

    1 project | news.ycombinator.com | 7 Mar 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 19 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

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

Project Stars
1 Dokku 26,094
2 90DaysOfDevOps 25,919
3 distrobox 9,061
4 docker-gitlab 7,789
5 netshoot 7,788
6 x11docker 5,415
7 containers-roadmap 5,152
8 s6-overlay 3,547
9 dotfiles 3,207
10 containers 2,881
11 sysbox 2,546
12 toolbox 2,316
13 minideb 1,977
14 cheatsheet-kubernetes-A4 1,922
15 geodesic 919
16 docker-squid 811
17 templates 809
18 bastille 767
19 features 768
20 SkiffOS 669
21 Conty 664
22 docker-vackup 331
23 containers 260

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