Dockerfile Docker

Open-source Dockerfile projects categorized as Docker

Top 23 Dockerfile Docker Projects

  • vulhub

    Pre-Built Vulnerable Environments Based on Docker-Compose

    Project mention: 2 physical computers 1 vm | reddit.com/r/homelab | 2023-03-28
  • dockerfiles

    Various Dockerfiles I use on the desktop and on servers.

    Project mention: Sandboxing Windows apps? | reddit.com/r/homelab | 2023-05-28
  • 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.

  • Laradock

    Full PHP development environment for Docker.

    Project mention: Laravel Docker in Windows | reddit.com/r/PinoyProgrammer | 2023-04-30

    Haven’t touched Laravel for years pero baka laradock might be good for your use case

  • 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

  • docker

    Docker official jenkins repo (by jenkinsci)

    Project mention: Jenkins 101 - Beginner to Advanced 🚀🚀 (PART -1/2) | dev.to | 2023-03-14

    jenkins/jenkins:lts : Official docker image for jenkins

  • dockerfiles

    :whale: A collection of delicious docker recipes 🇺🇦 (by vimagick)

  • Aria2-Pro-Docker

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

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

    I have never personally used it, but there is Aria2

  • ONLYOFFICE

    ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises

  • docker-compose-lamp

    A basic LAMP stack environment built using Docker Compose.

    Project mention: Best dev environment for windows 11 | reddit.com/r/laravel | 2022-12-29

    https://github.com/sprintcube/docker-compose-lamp You could just install this one. This stack supports having multiple project inside of it and its basically the same as installing a LAMP stack. It'll be easier for you to understand since you will have to do the same thing you'd do normally: - Setup your vhost - Setup your INI file - Setup 1 PHP version - You'll have phpMyAdmin integrated

  • Awesome-TTRSS

    [maintainer wanted] 🐋 Awesome TTRSS, a powerful Dockerised all-in-one RSS solution.

    Project mention: Updating Fever plugin within Awesome-TTRSS | reddit.com/r/selfhosted | 2023-04-07
  • symfony-docker

    A Docker-based installer and runtime for Symfony. Install: download and `docker compose up`.

    Project mention: Why does official Symfony Docker image use Caddy and not Nginx? | reddit.com/r/symfony | 2023-05-30

    First, there is no "official" Symfony Docker image. You're probably referring to https://github.com/dunglas/symfony-docker, which - although being maintained by a core team member - is not an official image from the Symfony organization.

  • compose-spec

    The Compose specification

    Project mention: New Docker Goodies: Init and Watch | dev.to | 2023-05-02

    If you find this helpful feature, please leave your feedback and suggestions here.

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

  • mssql-docker

    Official Microsoft repository for SQL Server in Docker resources

    Project mention: TDSSNIClient initialization failed | reddit.com/r/SQLServer | 2023-04-14
  • elastdocker

    🐳 Elastic Stack (ELK) v8+ on Docker with Compose. Pre-configured out of the box to enable Logging, Metrics, APM, Alerting, ML, and SIEM features. Up with a Single Command.

    Project mention: Filebeat, Elasticsearch and Kibana with Docker Compose | reddit.com/r/elastic | 2022-08-27

    https://github.com/sherifabdlnaby/elastdocker I use this typically.

  • alpine-chrome

    Chrome Headless docker images built upon alpine official image

    Project mention: Zenika - Bilan de l’Hacktoberfest 2022 | dev.to | 2022-11-22
  • 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:

  • ffmpeg

    Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi (by jrottenberg)

    Project mention: ffmpeg workflow orchestration framework | reddit.com/r/ffmpeg | 2022-12-12

    have you looked at this image https://hub.docker.com/r/jrottenberg/ffmpeg/ ?

  • docker-php-nginx

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

    Project mention: Laravel API + Nuxt SPA + Forge | reddit.com/r/laravel | 2022-09-27
  • 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 ? | reddit.com/r/brdev | 2022-09-13
  • docker-webtop

    Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.

    Project mention: Is there any way to let a client test website without giving them the code? | reddit.com/r/webdev | 2023-05-03

    You could spin up something like Kasm Workspaces, Neko or Docker Webtop.

  • cypress-docker-images

    Docker images with Cypress dependencies and browsers

  • launchpad

    A collection of quick starters for ansible, kubernetes, docker, linux, windows, and more. Great for HomeLabs! (by techno-tim)

  • 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 | reddit.com/r/selfhosted | 2023-03-15
  • 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.

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-05-30.

Dockerfile Docker related posts

Index

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

Project Stars
1 vulhub 14,116
2 dockerfiles 13,148
3 Laradock 11,841
4 docker-node 7,747
5 docker 5,955
6 dockerfiles 2,990
7 Aria2-Pro-Docker 2,392
8 docker-compose-lamp 2,210
9 Awesome-TTRSS 2,014
10 symfony-docker 1,906
11 compose-spec 1,703
12 dockerpi 1,552
13 mssql-docker 1,525
14 elastdocker 1,517
15 alpine-chrome 1,409
16 docker-sonarqube 1,251
17 ffmpeg 1,226
18 docker-php-nginx 1,134
19 phpqa 1,125
20 docker-webtop 973
21 cypress-docker-images 936
22 launchpad 924
23 docker-php 890
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.
www.influxdata.com