Dockerfile Dockerfile

Open-source Dockerfile projects categorized as Dockerfile

Top 23 Dockerfile Dockerfile Projects

  • vulhub

    Pre-Built Vulnerable Environments Based on Docker-Compose

  • Project mention: HackTheBox - Writeup Builder [Retired] | dev.to | 2024-04-27
  • dockerfiles

    Various Dockerfiles I use on the desktop and on servers.

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

    https://blog.jessfraz.com/post/docker-containers-on-the-desk... is the one I remember, a bit old but still useful to see how she does it.

    Seems super painful and indirected for a nebulous gain to me, but find your joy however you want I guess

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

  • dockerfile

    Dockerfile best-practices for writing production-worthy Docker images.

  • dockerfiles

    :whale: A curated list of delicious docker recipes 🇺🇦🇮🇱 (by vimagick)

  • Aria2-Pro-Docker

    Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像

  • aws-codebuild-docker-images

    Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html

  • Project mention: DevSecOps with AWS- IaC at scale - Building your own platform - Part 1 | dev.to | 2024-03-21

    Based on public repository for Codebuild Image, the image base will be the Ubuntu standard 7.0.

  • SaaSHub

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

    SaaSHub logo
  • nginx-rtmp-docker

    Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.

  • deno-docker

    Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu

  • docker-python-chromedriver

    Dockerfile for running Python Selenium in headless Chrome (Python 2.7 / 3.6 / 3.7 / 3.8 / Alpine based Python / Chromedriver / Selenium / Xvfb included in different versions)

  • godot-ci

    Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.

  • Project mention: Looking for help with CI setup | /r/godot | 2023-06-11

    I found this Github Action https://github.com/abarichello/godot-ci ( please let me know if there are any official / "better" alternatives ? ) and started with the following

  • Fast-Docker

    This repo covers containerization and Docker Environment: Docker File, Image, Container, Commands, Volumes, Networks, Swarm, Stack, Service, possible scenarios.

  • dockerfile-rails

    Provides a Rails generator to produce Dockerfiles and related files.

  • Project mention: Rails 7.1: Dockerfiles, BYO Authentication, More Async Queries, and More | news.ycombinator.com | 2023-10-05

    If you want to automatically generate Dockerfiles for more versions of Rails (not just the latest) that detect OS packages that need to be installed from gems present in your Gemfile, check out https://github.com/fly-apps/dockerfile-rails

    You can install it in your rails app by running:

    1. bundle add dockerfile-rails

    2. rails g dockerfile

  • docker-ansible

    Ansible inside Docker containers: Alpine, Ubuntu, Rocky & Debian with Ansible 2.16, 2.15, 2.14, 2.13, 2.12, 2.11, 2.10 and 2.9 + Mitogen (by willhallonline)

  • docker-php-fpm

    Devilbox's PHP-FPM Docker Images

  • baikal-docker

    Provides a ready-to-go Baikal server, incl. docker-compose.yml & Systemd service file

  • Project mention: What you guys are hosting instead of Nextcloud? I'm sick of it. | /r/selfhosted | 2023-11-29

    EDIT: Thanks for the recommendations from all of you!! I've chose to use the below: - Files: sftpgo - Calendar: baikal - Notes: memos (But beware, it sends opt-out telemetry) - Network folder: webdav on sftpgo

  • vs-dockerfiles

    Examples of dockerfiles and optional supporting scripts to install and use Build Tools for Visual Studio 2017 in a container.

  • Docker-Minecraft-PaperMC-Server

    Starts a Minecraft PaperMC server

  • Project mention: Allocating More Ram for Docker Server | /r/Minecraft | 2023-06-09

    I'm hosting a server through an Ubuntu Server using docker and the following image :https://hub.docker.com/r/marctv/minecraft-papermc-server. I originally had 4G set for the server but have since gained a lot more players and want to allocate more, but I really don't know where to begin with this as for I set that 4G when downloading the image. Almost everything is handled through terminal. If anyone has experience with Ubuntu or this image any advice is apricated.

  • steamcmd

    Minimal image containing Valve's SteamCMD binary: https://hub.docker.com/r/cm2network/steamcmd/

  • containers

    Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers. (by adoptium)

  • Project mention: Need a VM for Java 11 and a specific Program - which distro to choose? | /r/selfhosted | 2023-12-09

    eclipse-temurin:11 https://hub.docker.com/_/eclipse-temurin

  • ubuntu-vnc-xfce-g3

    Headless Ubuntu/Xfce containers with VNC/noVNC (G3v5).

  • docker-xampp

    Dockerfile to build an image containing XAMPP(MySQL + PHP + PHPMyAdmin) running on Debian system with SSH server

  • cloudflared-docker

    Simple Alpine-built scratch-runtime Dockerfile for cloudflared, with support for multiple architectures.

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

Dockerfile Dockerfile related posts

  • HackTheBox - Writeup Builder [Retired]

    1 project | dev.to | 27 Apr 2024
  • Need a VM for Java 11 and a specific Program - which distro to choose?

    1 project | /r/selfhosted | 9 Dec 2023
  • {Card,Cal,Web}DAV solution that isn't Nextcloud?

    1 project | /r/selfhosted | 28 Jun 2023
  • Allocating More Ram for Docker Server

    1 project | /r/Minecraft | 9 Jun 2023
  • Updating Minecraft server to new version.

    1 project | /r/docker | 6 Jun 2023
  • EaglercraftX 1.8-u16 cannot connect to offline papermc

    1 project | /r/eaglercraft | 5 Jun 2023
  • Sandboxing Windows apps?

    1 project | /r/homelab | 28 May 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 23 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 Dockerfile projects in Dockerfile? This list will help you:

Project Stars
1 vulhub 16,340
2 dockerfiles 13,516
3 docker-node 8,087
4 dockerfile 4,031
5 dockerfiles 3,103
6 Aria2-Pro-Docker 3,017
7 aws-codebuild-docker-images 1,093
8 nginx-rtmp-docker 1,016
9 deno-docker 857
10 docker-python-chromedriver 634
11 godot-ci 622
12 Fast-Docker 547
13 dockerfile-rails 441
14 docker-ansible 344
15 docker-php-fpm 335
16 baikal-docker 281
17 vs-dockerfiles 232
18 Docker-Minecraft-PaperMC-Server 225
19 steamcmd 214
20 containers 191
21 ubuntu-vnc-xfce-g3 189
22 docker-xampp 183
23 cloudflared-docker 150

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