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

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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)

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

    Dockerfile for LanguageTool server - configurable

  • Project mention: LanguageTool and Plagiarism | /r/PrivacyGuides | 2023-05-31
  • 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.

  • Project mention: [D] Best practices to dockerize hugginface hub models | /r/MachineLearning | 2023-05-17

    This allows you to start with a slim image like https://github.com/mamba-org/micromamba-docker and then just do micromamba install env.yaml and pip install -r requirements.txt to configure everything.

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

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

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

  • 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

Index

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

Project Stars
1 docker-node 8,060
2 docker-images 6,374
3 Dockerfile 1,629
4 geodesic 914
5 docker-wine 827
6 zsh-in-docker 825
7 bastion 635
8 docker-languagetool 400
9 dockerfiles 345
10 docker-wkhtmltopdf 338
11 s2i-python-container 258
12 micromamba-docker 246
13 graylog2-images 234
14 alpine-mariadb 228
15 docker-gc-cron 135
16 s2i-php-container 106
17 gitlab-arm64 103
18 docker-bind 90
19 docker-images 88
20 docker-chromium 88
21 docker-archlinux-aur 81
22 docker_base_images 81
23 grafana-unraid-stack 79

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