Shell docker-image

Open-source Shell projects categorized as docker-image

Top 23 Shell docker-image Projects

  • docker-minecraft-server

    Docker image that provides a Minecraft Server that will automatically download selected version at startup

  • Project mention: PaperMC/Paper: The most widely used, high performance Minecraft server | news.ycombinator.com | 2024-03-10

    Looks nice! I have a comprehensive docker compose file with itzg’s image [0] repeated a dozen times.

    [0] https://github.com/itzg/docker-minecraft-server

  • 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"]

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

    Dockerized GitLab

  • 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

  • docker

    β›΄ Docker image of Nextcloud (by nextcloud)

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

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

  • SaaSHub

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

    SaaSHub logo
  • NextCloudPi

    πŸ“¦ Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...

  • Project mention: (HELP) Setting up NextCloud on a Raspberry Pi | /r/NextCloud | 2023-06-22

    nextcloudpi.com

  • stego-toolkit

    Collection of steganography tools - helps with CTF challenges

  • zabbix-docker

    Official Zabbix Dockerfiles

  • minideb

    A small image based on Debian designed for use in containers

  • virtual-dsm

    Virtual DSM in a Docker container.

  • Project mention: Virtual DSM in a Docker Container | news.ycombinator.com | 2024-02-27
  • netbox-docker

    🐳 Docker Image of NetBox

  • Project mention: http: invalid host header | /r/Netbox | 2023-11-23

    Hi everyone. Im new to netbox, im trying to install netbox docker and i'm following this guide: https://github.com/netbox-community/netbox-docker

  • Dockerfile

    :package: Dockerfiles from WebDevOps for PHP, Apache and Nginx (by webdevops)

  • docker-php

    🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!

  • Docker-DocumentServer

    ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.

  • Project mention: It works and then it doesn't. | /r/OnlyOffice | 2023-06-04

    I am new to NextCloud and was very excited to see OnlyOffice. I use portainer to install them, particularly this docker compose for OO. I uncommented the JWT part.

  • dockovpn

    πŸ” Out of the box stateless openvpn-server docker image which starts in less than 2 seconds

  • docker-minecraft-bedrock-server

    Containerized Minecraft Bedrock Dedicated Server with selectable version

  • Project mention: I've grown out of the loop. What's the goto way to play the Java edition online with a self hosted server? | /r/feedthebeast | 2023-12-07

    In terms of deploying the server I'd recommend https://github.com/itzg/docker-minecraft-bedrock-server, it's pretty much state of the art and uses Docker which is industry standard for deploying instances.

  • jekyll-docker

    β›΄ Docker images, and CI builders for Jekyll.

  • Project mention: Ask HN: Looking for lightweight personal blogging platform | news.ycombinator.com | 2024-02-06

    I run Jekyll in its own official docker container. You just need to mount the directory with the md files and it autogenerates new htmls whenever an md is updated. No need for Ruby.

    I'm on my phone now and I can't check what I used to run it but all the details are at https://github.com/envygeeks/jekyll-docker/blob/master/READM...

    Then HTMLs can be deployed to the public facing server.

  • docker-phpLDAPadmin

    phpLDAPadmin container image 🐳🌴

  • Project mention: How can I find out which environment variables are supported by this Docker image? | /r/docker | 2023-05-10
  • BugBountyScanner

    A Bash script and Docker image for Bug Bounty reconnaissance. Intended for headless use.

  • docker-squid

    Dockerfile to create a Docker container image for Squid proxy server

  • nordvpn

    NordVpn Docker Client

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

  • Extend Bitnami Cassandra Image to customize the configuration in cassandra.yaml

    1 project | dev.to | 29 Apr 2024
  • Debian 12 is now the base operating system of Bitnami packages

    1 project | news.ycombinator.com | 7 Mar 2024
  • Docker-Minecraft-Server

    1 project | news.ycombinator.com | 21 Feb 2024
  • Has Anyone Created A Working Docker Container?

    1 project | /r/NextCloud | 9 Dec 2023
  • port forwarding is highly effective

    4 projects | /r/trackers | 8 Dec 2023
  • Struggling to pull down Pi-Hole + Unbound - 1 Container project, Please help.

    4 projects | /r/pihole | 7 Dec 2023
  • I've grown out of the loop. What's the goto way to play the Java edition online with a self hosted server?

    1 project | /r/feedthebeast | 7 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 3 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

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

Project Stars
1 docker-minecraft-server 8,384
2 docker-node 8,069
3 docker-gitlab 7,778
4 docker-ipsec-vpn-server 6,114
5 docker 5,635
6 docker-openldap 3,952
7 containers 2,680
8 NextCloudPi 2,386
9 stego-toolkit 2,234
10 zabbix-docker 2,193
11 minideb 1,972
12 virtual-dsm 1,959
13 netbox-docker 1,638
14 Dockerfile 1,631
15 docker-php 1,425
16 Docker-DocumentServer 1,238
17 dockovpn 1,073
18 docker-minecraft-bedrock-server 1,030
19 jekyll-docker 994
20 docker-phpLDAPadmin 828
21 BugBountyScanner 818
22 docker-squid 810
23 nordvpn 699

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