Shell Dockerfile

Open-source Shell projects categorized as Dockerfile

Top 23 Shell Dockerfile Projects

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

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

  • geodesic

    ๐Ÿš€ Geodesic is a DevOps Linux Toolbox in Docker

  • docker-wine

    Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS

  • zsh-in-docker

    Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!

  • bastion

    ๐Ÿ”’Secure Bastion implemented as Docker Container running Alpine Linux with Google Authenticator & DUO MFA support (by cloudposse)

  • SaaSHub

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

    SaaSHub logo
  • docker-languagetool

    Dockerfile for LanguageTool server - configurable

  • dockerfiles

    Docker files for Invoice Ninja (by invoiceninja)

  • Project mention: InvoiceNinja and FireFly III | /r/selfhosted | 2023-06-27
  • docker-wkhtmltopdf

    wkhtmltopdf for multiple base images

  • s2i-python-container

    Python container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Python applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.

  • micromamba-docker

    Rapid builds of small Conda-based containers using micromamba.

  • graylog2-images

    Ready to run machine images

  • alpine-mariadb

    MariaDB running on Alpine Linux [Docker]

  • docker-gc-cron

    A Docker image that allows scheduled cleanup of unused Docker images, containers, and volumes.

  • gitlab-arm64

    GitLab docker image (CE & EE) for arm64

  • Project mention: Introducing GitLab ARM64 Docker Image | /r/selfhosted | 2023-06-06

    GitHub link: zengxs/gitlab-arm64: GitLab docker image (CE & EE) for arm64 (github.com)

  • s2i-php-container

    PHP container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running PHP applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.

  • docker-bind

    Bind (bind9) caching DNS server on Alpine or Debian with wild-card domain support [multi-arch]

  • docker-images

    Home for AlmaLinux Docker image RootFS files and production version of sources (by AlmaLinux)

  • docker-chromium

    Docker container with Chromium desktop and a Web VNC client allowing you to run Chromium on any server you have

  • docker-archlinux-aur

    The Official Arch Linux Docker image after installing an AUR helper.

  • docker_base_images

    Vlad's Base Images for Docker

  • grafana-unraid-stack

    Meet Gus! He has everything you need to start monitoring Unraid (Grafana - Influxdb - Telegraf - Loki - Promtail).

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

  • Here is VEDV, A tool for developing applications with virtual machines using a Docker-like workflow.

    1 project | /r/u_yunielrc | 23 Sep 2023
  • Here is VEDV for kubernetes community, A tool for developing applications with virtual machines using a Docker-like workflow.

    1 project | /r/kubernetes | 23 Sep 2023
  • Here is VEDV for Node.js developers, A tool for developing applications with virtual machines using a Docker-like workflow.

    1 project | /r/node | 22 Sep 2023
  • Here is VEDV written in pure BASH, A tool for developing applications with virtual machines using a Docker-like workflow.

    1 project | /r/bash | 22 Sep 2023
  • Here is VEDV for nextjs devs, A tool for developing applications with virtual machines using a Docker-like workflow.

    1 project | /r/nextjs | 21 Sep 2023
  • Here is VEDV for linux, A tool for developing applications with virtual machines using a Docker-like workflow.

    1 project | /r/linux | 21 Sep 2023
  • Here is VEDV, A tool for developing applications with virtual machines using a Docker-like workflow.

    1 project | /r/u_yunielrc | 21 Sep 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

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

Project Stars
1 docker-node 8,099
2 docker-images 6,415
3 Dockerfile 1,636
4 geodesic 920
5 docker-wine 841
6 zsh-in-docker 838
7 bastion 636
8 docker-languagetool 409
9 dockerfiles 357
10 docker-wkhtmltopdf 348
11 s2i-python-container 260
12 micromamba-docker 248
13 graylog2-images 234
14 alpine-mariadb 229
15 docker-gc-cron 138
16 gitlab-arm64 111
17 s2i-php-container 106
18 docker-bind 90
19 docker-images 90
20 docker-chromium 88
21 docker-archlinux-aur 83
22 docker_base_images 84
23 grafana-unraid-stack 79

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