Shell Docker

Open-source Shell projects categorized as Docker

Top 23 Shell Docker Projects

  • Docker-OSX

    Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.

  • Project mention: GitHub Actions as a time-sharing supercomputer | news.ycombinator.com | 2024-01-10

    Running macOS legally requires real mac servers and a bespoke storage solution: https://www.datacenterdynamics.com/en/analysis/not-just-stac...

    A self-hosted macOS runner will be more economical in the long-run, if you have a spot you can hook it up at, or if you're fine doing things less than legally, you can use https://github.com/sickcodes/Docker-OSX.

  • 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/

  • 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
  • setup-ipsec-vpn

    Scripts to build your own IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2

  • Project mention: Can't get it to run after installation, although running vpn from this pi before | /r/pivpn | 2023-12-06

    I can't connect to VPN. I have run VPN on this Raspberry Pi via IPsec. All of a sudden it stopped working. I tried installing IPsec on another Raspberry Pi, with no success, the same problem. I can't connect.

  • docker-elk

    The Elastic stack (ELK) powered by Docker and Compose.

  • Project mention: Can't use ELK with Docker Compose | /r/elasticsearch | 2023-05-26

    Hello everyone! I am trying to get started with ELK and I am facing a very frustrating situation. I am trying to use the stack with Docker Compose. I have tried 2 versions: https://github.com/deviantony/docker-elk and also https://www.elastic.co/blog/getting-started-with-the-elastic-stack-and-docker-compose but they both have the same problem. I inspected the Docker container logs and I get some weird errors:

  • awesome-kubernetes

    A curated list for awesome kubernetes sources :ship::tada:

  • docker-mailserver

    Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.

  • Project mention: Alternative to MailCow | /r/selfhosted | 2023-06-04

    I can recommend Docker mailserver (it also works with Podman). It is already pretty lightweight but you can even make it lighter and it has an active community as well as regular updates.

  • 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/

  • SaaSHub

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

    SaaSHub logo
  • docker-openvpn

    🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA

  • Project mention: OpenVPN server in a Docker container complete with an EasyRSA PKI CA | news.ycombinator.com | 2024-03-30
  • docker-node

    Official Docker Image for Node.js :whale: :turtle: :rocket:

  • Project mention: Standalone Next.js. When serverless is not an option | dev.to | 2024-04-12

    FROM node:16-alpine AS base FROM base AS deps # Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed. RUN apk add --no-cache libc6-compat WORKDIR /app COPY package.json package-lock.json* ./ RUN npm ci FROM base AS builder WORKDIR /app COPY --from=deps /app/node_modules ./node_modules COPY . . RUN npm run build # Production image, copy all the files and run next FROM base AS runner WORKDIR /app ENV NODE_ENV production COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static COPY --from=builder /app/public ./public EXPOSE 3000 ENV PORT 3000 ENV HOSTNAME localhost CMD ["node", "server.js"]

  • 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
  • docker-selenium

    Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation

  • Project mention: Has anyone managed to install changedetection.io with the visual selector? | /r/selfhosted | 2023-11-29

    Edit: I got some parts of it running. This video is very helpful. I gave up on the official docker repository for change detection io and switched to the LSIO version. I had to first install and run the docker Selenium container (available here). I installed the standalone version of Chrome from that page. Now I added one line to the docker-compose.yml in the environment section (as mentioned in the video. I did not add BASE_URL) and that was "WEBDRIVER_URL=http://192.168.1.15:4444" (this has to be an actual IP address, can't use "localhost" or anything else. I redeployed the container and the webdriver worked.

  • self-hosted

    Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept

  • Project mention: Ask HN: Founders who offer free/OS and paid SaaS, how do you manage your code? | news.ycombinator.com | 2024-05-13

    etc.

    We have a Docker Compose wrapper in a separate repo:

    https://github.com/getsentry/self-hosted

    We have a private repo called getsentry/getsentry that is another Django app that imports the public one and uses Django signals (iirc) to meter usage for billing. That is what we deploy to SaaS. All product features are implemented in the public repos.

    3) How about employee access?

    Employee access is managed through UI, I honestly don't know whether it lives in getsentry/sentry (public) or getsentry/getsentry (private). Probably the latter?

    2) How do you handle updates to your product?

    Employees work in public on GitHub. We ship more or less continuously to SaaS. It's possible to deploy approximately continuously on self-hosted as well, though we also bless monthly snapshots for a more relaxed cadence. Does that answer this question?

  • acme-companion

    Automated ACME SSL certificate generation for nginx-proxy

  • Project mention: Wireguard (docker-compose) has stopped being able to connect to the internet. | /r/WireGuard | 2023-07-10

    My hunch is that because I decided to include the acme-companion image in this nginx setup, that maybe it has something to do with the SSL certs? The only other thing I could think of is that I had to combine the networks in order for nginx-proxy and Sonarr both to be able to see my transmission instance via:

  • docker-images

    Official source of container configurations, images, and examples for Oracle products and projects

  • Project mention: Is there an image that i can deploy and install java on, and run java app? | /r/docker | 2023-06-18
  • docker-ipsec-vpn-server

    Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2

  • Project mention: Selfhosted VPN advice for Homelab Access | /r/homelab | 2023-07-10

    IPSEC-L2TP is built into everything. No clients required on Windows, Mac, Android, iOS, Linux, etc. Great Docker container for cutting through most of the difficulty here: https://hub.docker.com/r/hwdsl2/ipsec-vpn-server

  • stable-diffusion-webui-docker

    Easy Docker setup for Stable Diffusion with user-friendly UI

  • Project mention: ‘Nudify’ Apps That Use AI to ‘Undress’ Women in Photos Are Soaring in Popularity | /r/technology | 2023-12-08

    I also use the Stable Diffusion WebUI Docker, I found it really easy to set up.

  • docker

    ⛴ Docker image of Nextcloud (by nextcloud)

  • Project mention: Has Anyone Created A Working Docker Container? | /r/NextCloud | 2023-12-09
  • 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...

  • Compose-Examples

    Various Docker Compose examples of selfhosted FOSS and proprietary projects.

  • Project mention: Selfhost WordPress | /r/selfhosted | 2023-12-06
  • orbstack

    Fast, light, simple Docker containers & Linux machines for macOS

  • Project mention: Show HN: OpenOrb, a curated search engine for Atom and RSS feeds | news.ycombinator.com | 2024-04-22

    For a brief moment, I thought this was related to https://orbstack.dev

  • docker-transmission-openvpn

    Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel

  • Project mention: 'Canada Is a Video Piracy Hotspot While Brazil Sees Piracy in Decline' | news.ycombinator.com | 2024-01-21

    I think you’re in a different bubble. If no one used vpn for torrents why is one of the top docker images for transmission one to support vpns? No ones spending money on a seed box that’s just casually torrenting.

    https://github.com/haugene/docker-transmission-openvpn

  • docker-openldap

    OpenLDAP container image 🐳🌴

  • Project mention: Question: How to Use LDAP Authentication and User Accounts On TAK Servers | /r/ATAK | 2023-07-09

    I'm entirely unfamiliar with overlays. I don't believe I've configured any on my OpenLDAP server, as it is just a default docker image I've populated with some OUs and users.

  • 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 Docker related posts

  • Show HN: Convert your Containerfile to a bootable OS

    10 projects | news.ycombinator.com | 7 May 2024
  • NanoPi Uptime Kuma Setup: A Quick Guide

    1 project | dev.to | 7 May 2024
  • Show HN: Zero-Downtime Nginx-Proxy Deployment with High Availability&Security

    1 project | news.ycombinator.com | 5 May 2024
  • Extend Bitnami Cassandra Image to customize the configuration in cassandra.yaml

    1 project | dev.to | 29 Apr 2024
  • Hosting old Node Projects 👴🏼

    1 project | dev.to | 25 Apr 2024
  • Blue-Green Deployment on Single Machines Starting from Scratch, Using Your Dockerfiles: Examples in PHP, Java, and Node.js

    1 project | dev.to | 21 Apr 2024
  • RHttp: REPL for HTTP

    3 projects | news.ycombinator.com | 17 Apr 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Docker-OSX 35,529
2 Dokku 26,094
3 setup-ipsec-vpn 24,119
4 docker-elk 16,649
5 awesome-kubernetes 14,759
6 docker-mailserver 13,441
7 distrobox 9,061
8 docker-openvpn 8,553
9 docker-node 8,082
10 docker-gitlab 7,789
11 netshoot 7,753
12 docker-selenium 7,432
13 self-hosted 7,334
14 acme-companion 7,267
15 docker-images 6,399
16 docker-ipsec-vpn-server 6,144
17 stable-diffusion-webui-docker 6,084
18 docker 5,671
19 x11docker 5,409
20 Compose-Examples 5,023
21 orbstack 4,382
22 docker-transmission-openvpn 3,985
23 docker-openldap 3,957

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