Dockerfile docker-image

Open-source Dockerfile projects categorized as docker-image

Top 23 Dockerfile docker-image Projects

  • docker-node

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

    Project mention: Node.js built-ins on Deno Deploy | news.ycombinator.com | 2023-05-26

    Official docker image for node is built from Alpine or Debian [1]

    Forgive me if I don't believe that running a full OS on a host OS to run a single node command doesn't amount to running a VM.

    [1] https://github.com/nodejs/docker-node/tree/main/20

  • Aria2-Pro-Docker

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

    Project mention: Download Managers that work in the background? | /r/selfhosted | 2023-04-13

    I have never personally used it, but there is Aria2

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • docker-compose-lamp

    A basic LAMP stack environment built using Docker Compose.

    Project mention: Docker compose Secure LAMP/LEMP | /r/selfhosted | 2023-06-05
  • dockerpi

    A Virtualised Raspberry Pi inside a Docker image

    Project mention: How to Run ARM32 and ARM64 Python Barcode Reader in Docker Containers | dev.to | 2023-03-07

    To make the emulated environment more realistic, we can use dockerpi to emulate different Raspberry Pi models.

  • docker-sonarqube

    :whale: SonarQube in Docker

    Project mention: Static Analysis | dev.to | 2023-02-07

    ## docker-compose.yml ## https://github.com/SonarSource/docker-sonarqube/blob/master/example-compose-files/sq-with-postgres/docker-compose.yml version: "3" services: sonarqube: image: sonarqube:community hostname: sonarqube container_name: sonarqube depends_on: - db environment: SONAR_JDBC_URL: jdbc:postgresql://db:5432/sonar SONAR_JDBC_USERNAME: sonar SONAR_JDBC_PASSWORD: sonar volumes: - sonarqube_data:/opt/sonarqube/data - sonarqube_extensions:/opt/sonarqube/extensions - sonarqube_logs:/opt/sonarqube/logs ports: - "9000:9000" db: image: postgres:12 hostname: postgresql container_name: postgresql environment: POSTGRES_USER: sonar POSTGRES_PASSWORD: sonar POSTGRES_DB: sonar volumes: - postgresql:/var/lib/postgresql - postgresql_data:/var/lib/postgresql/data volumes: sonarqube_data: sonarqube_extensions: sonarqube_logs: postgresql: postgresql_data:

  • docker-php-nginx

    Docker image with PHP-FPM 8.1 & Nginx 1.22 on Alpine Linux

    Project mention: Laravel API + Nuxt SPA + Forge | /r/laravel | 2022-09-27
  • docker-postgis

    Docker image for PostGIS

    Project mention: [GeoDjango] - Can someone explain the difference between PostgreSQL and PostGIS? | /r/django | 2022-09-16
  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • phpqa

    Docker image that provides static analysis tools for PHP

    Project mention: Recebi uma oferta estranha, mas inofensiva por enquanto. Será que vai ser golpe ? | /r/brdev | 2022-09-13
  • cypress-docker-images

    Docker images with Cypress dependencies and browsers

  • docker-php

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

    Project mention: Production-ready PHP Docker Images optimized for Laravel & WordPress | /r/selfhosted | 2023-03-15
  • nginx-rtmp-docker

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

    Project mention: Can someone explain how this RTMP server works? | /r/learnprogramming | 2022-08-24
  • docker-pytorch

    A Docker image for PyTorch

  • gitlab-ci-android

    GitLab CI image for building Android apps

  • docker-pm2

    🐳 Official Docker Image for PM2 runtime

  • workspace-images

    Ready to use docker images for Gitpod workspaces

    Project mention: Drupal GitPod Container 1: .Dockerfile | dev.to | 2022-07-25

    This solution starts from the GitPod-provided MySQL image. That does not give everything you need for a functioning Drupal site, but it does meet the basics of a LAMP stack.

  • docker-android

    Android Docker Image for React Native and common android development. (by react-native-community)

  • koolkits

    🧰 Opinionated, language-specific, batteries-included debug container images for Kubernetes.

    Project mention: Getting Started with Ephemeral Containers | news.ycombinator.com | 2022-07-25

    AFAIK this is available in 1.23 already. There are several tools already out that support this including https://github.com/lightrun-platform/koolkits/ and quite a few others.

  • docker-php-fpm

    Devilbox's PHP-FPM Docker Images

    Project mention: 🎅🎄🎁 Devilbox now supports different PHP versions per project | /r/PHP | 2022-12-24

    Building a PHP-FPM container with custom modules is described here: https://github.com/devilbox/docker-php-fpm/blob/master/php_modules/README.md

  • dockerfiles

    Dockerfiles for various pandoc images (by pandoc)

  • docker-ansible

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

    Project mention: Pyinfra automates infrastructure super fast at scale | news.ycombinator.com | 2022-10-21

    Have releases up to 2.13

    https://github.com/willhallonline/docker-ansible

    Still multiple major releases behind but still

    Also I wonder how often the new releases are used (market share?) since so many people moved to cloud/k8s

  • jekyll-serve

    Jekyll in a Docker Container For Easy SSG Development

    Project mention: Docker series (Part 13): Edit codes running in containers using Bind Mounts | dev.to | 2022-07-11

    You can know more from here

  • conan-docker-tools

    Some tools for automated package generation

  • baikal-docker

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

    Project mention: My struggles of a containerized Baikal instance | /r/selfhosted | 2022-10-23

    Thanks for calling me persistent :) I didn't get your problem though. And I can't say anything about Apple. This is the Baikal image that worked for me ootb: https://hub.docker.com/r/ckulka/baikal

  • SaaSHub

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

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). The latest post mention was on 2023-06-05.

Dockerfile docker-image related posts

Index

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

Project Stars
1 docker-node 7,756
2 Aria2-Pro-Docker 2,407
3 docker-compose-lamp 2,210
4 dockerpi 1,556
5 docker-sonarqube 1,251
6 docker-php-nginx 1,134
7 docker-postgis 1,132
8 phpqa 1,126
9 cypress-docker-images 940
10 docker-php 890
11 nginx-rtmp-docker 833
12 docker-pytorch 829
13 gitlab-ci-android 525
14 docker-pm2 458
15 workspace-images 431
16 docker-android 398
17 koolkits 313
18 docker-php-fpm 310
19 dockerfiles 293
20 docker-ansible 275
21 jekyll-serve 262
22 conan-docker-tools 216
23 baikal-docker 183
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com