Docker Image
A Docker image is a read-only template that contains a set of instructions for creating a container that can run on the Docker platform. It provides a convenient way to package up applications and preconfigured server environments, which you can use for your own private use or share publicly with other Docker users.
- GitHub: https://github.com/topics/docker-image
- Repo: https://github.com/docker-library/official-images
- Related Topics: docker, dockerfile,
- Last updated: 2026-07-03 00:08:53 UTC
- JSON Representation
https://github.com/namikazebadri/starterkit-springboot
SpringBoot project template with a lot of basic project must-have features, such as containerization and deployments to GCR, ECR, Dockerhub and regular old VM using Github Actions. Also Unit Test, Code Coverage, Static Analysis and Staged Flow (such as dev, staging, uat and production) are part of this project template repository.
docker docker-image dockerhub java project-template spring-boot springboot-application
Last synced: 11 Apr 2026
https://github.com/zeeshanalvi001/dockerized-js-app-with-mongodb
A simple Node.js app connected to MongoDB, running in Docker containers. The app handles JSON data with JavaScript backend logic. MongoDB and Mongo-Express containers are connected on the same Docker network and linked to the system’s localhost for easy access. Great for learning how to use Docker with Node.js and MongoDB!
docker docker-compose docker-container docker-image
Last synced: 14 Apr 2026
https://github.com/alphahydrae/docker-certbot-auto
Docker image that will periodically renew Let's Encrypt SSL certificates with Certbot
certbot certbot-ssl cron docker docker-image
Last synced: 14 Apr 2026
https://github.com/nikamaish/docker_notes
docker docker-compose docker-image
Last synced: 14 Apr 2026
https://github.com/differentialorange/centos-dind
Plain CentOS 7 docker-in-docker image
centos7 dind docker docker-container docker-image
Last synced: 14 Apr 2026
https://github.com/bbaovanc/docker-dotfiles
Dockerfile(s) that contain my dotfiles
docker docker-image dotfiles hacktoberfest
Last synced: 09 Apr 2025
https://github.com/bukharovsi/docker_plugin
PHP Docker plugin is a plugin for composer that helps build and push docker images
build-automation build-tool continuous-integration docker docker-image dockerfile php
Last synced: 20 Apr 2026
https://github.com/cte-zl-ifrn/ava__painel
painel__ava
bash css django docker docker-image html integration javascript json moodle postgresql python3 rest-api scss suap
Last synced: 05 Feb 2026
https://github.com/myparcelnl/docker-images
docker docker-image myparcel php
Last synced: 27 Jan 2026
https://github.com/waterlemons2k/docker-libqrencode
Docker Image for libqrencode
Last synced: 20 Jul 2025
https://github.com/panubo/docker-staticsite
Docker image with nginx, awscli and scripts for automated configuration and deployment of static sites
aws cloudfront devops docker-image s3 staticsite
Last synced: 22 Jan 2026
https://github.com/nephatrine/docker-registry
[mirror] Container w/ Docker Registry
Last synced: 31 May 2026
https://github.com/vanuan/rethinkdb-alpine
docker-image dockerfiles rethinkdb-image
Last synced: 31 May 2026
https://github.com/dasrick/golang-plus
Official docker image of golang extended with some useful tools like golint, zip etc
docker-image docker-images golang
Last synced: 15 May 2026
https://github.com/nikamaish/pg_websocket
docker-image node-js redis socket-io websocket
Last synced: 09 Apr 2026
https://github.com/nomadicmehul/devops-bootcamp
DevOps Bootcamp Workshop Agenda
ansible bootcamp container containerization devops docker docker-compose docker-image dockerfile jenkins kubernetes workshop
Last synced: 12 Apr 2026
https://github.com/magnetikonline/docker-nginx
Nginx web server Docker image, compiled from release source.
docker docker-image docker-multi-stage-build nginx
Last synced: 12 Apr 2026
https://github.com/vinsgiordi/ingsw-project
An Android application developed with Node.js, Express, and Flutter, designed to facilitate real-time online auctions. Users can create listings, place bids, and complete transactions, with a microservices architecture supported by PostgreSQL and Docker containers. Built for the Software Engineering course at the University of Naples "Federico II."
aws dart docker docker-compose docker-image flutter flutter-apps ingsw javascript node nodejs projects
Last synced: 24 Feb 2026
https://github.com/kankerdev/docker-dbackup
Oneshot container image for when you want to make regular backups of your databases
backup-script backup-solution backup-utility docker-image mariadb postgresql
Last synced: 14 Mar 2026
https://github.com/webimp/docker-php-55-apache
PHP with additional dependencies, based on the Official PHP:5.5-apache.
apache docker docker-image php php55
Last synced: 24 Feb 2026
https://github.com/bryopsida/node-fips
A Node.JS LTS image with OpenSSL FIPS provider included and FIPS enabled by default in Node Crypto
docker-image fips multi-platform nodejs openssl-fips
Last synced: 23 Apr 2025
https://github.com/gmitirol/alpine310-php73
Alpine 3.10 Docker image with PHP 7.3
alpine docker docker-image php php73
Last synced: 20 Feb 2026
https://github.com/serenasensini/TheRedCode-Vite-with-Docker
Esempio di applicazione Vite.js per Docker
docker docker-image vite vitejs
Last synced: 18 Oct 2025
https://github.com/adham-2002/quotes_app
simple quotes application
docker docker-compose docker-image express-js postgresql
Last synced: 12 Apr 2026
https://github.com/monarch-initiative/solr-docker-monarch-search
Docker image to create the solr index for the search core.
docker-image monarchinitiative solr
Last synced: 09 Apr 2025
https://github.com/adrian-lin-1-0-0/local-go-lambda
Run AWS Lambda locally with Golang and docker image - provided:al2023
al2023 aws-lambda aws-lambda-golang docker docker-image go golang lambda local provided
Last synced: 04 May 2026
https://github.com/danielemoraschi/docker-centos
A repo to host my Docker builds based on Centos 7. See my Docker hub profile for more information.
centos centos7 docker docker-image nginx-docker php-docker
Last synced: 09 May 2026
https://github.com/thiagomartins367/trybe-project-docker-todo-list
Projeto de "conteinerizar" aplicações de frontend, backend e testes, criando também, uma conexão entre elas e orquestrando seu funcionamento, utilizando a ferramenta "Docker". :whale: 📦📦
docker docker-compose docker-container docker-image dockerfile
Last synced: 12 Apr 2026
https://github.com/mrk21/cpp-exec-env
This is for building C++ execution environment
Last synced: 12 Apr 2026
https://github.com/anirbanmu/docker-circleci-ruby-rust
Dockerfiles for CircleCI for projects that require both Ruby & Rust
circleci continuous-integration docker docker-image docker-images dockerfile dockerhub ruby rust rust-lang
Last synced: 29 Apr 2026
https://github.com/namikazebadri/starterkit-sails
SailsJS project template with a lot of basic project must-have features, such as containerization and deployments to GCR, ECR, Dockerhub and regular old VM using Github Actions. Also Unit Test, Code Coverage, Static Analysis and Staged Flow (such as dev, staging, uat and production) are part of this project template repository.
docker docker-image nodejs project-template sailsjs sailsjs-application
Last synced: 11 Apr 2026
https://github.com/marinoandrea/samm
Fully containerized Static Asset Management Microservice (SAMM) for handling user-uploaded assets
container docker-image microservice staticfiles storage
Last synced: 17 May 2026
https://gitlab.com/bksolutionsbase/jenkins/jenkins-oci
Jenkins CI with Docker Workflow
Last synced: 23 Jan 2026
https://github.com/flownative/docker-localbeach-devkit
The Local Beach Dev Kit
docker-image flownative-beach localbeach
Last synced: 09 Apr 2025
https://github.com/jobrunner/spatialite-base-image
Multi-arch Docker images (amd64/arm64) with GDAL, SQLite, SpatiaLite, GEOS, and librttopo for geospatial applications.
docker-image gdal golang spatialite
Last synced: 23 Jan 2026
https://github.com/krusty84/docker-polarion
Polarion in Docker container.
alm docker docker-image polarion polarion-alm siemens
Last synced: 09 May 2026
https://github.com/chayan2009/dockerizing-sprintbootapp
Dockerize a Spring Boot Employee REST API and set up a public Jenkins instance to automate the build and push of Docker images
docker docker-compose docker-image dockerfile lombok modelmapper postman-collection springboot
Last synced: 12 Apr 2026
https://github.com/zhongruoyu/kalilinux
Kali Linux Docker image built on top of the official kali-rolling image.
docker docker-image kali-linux
Last synced: 22 Apr 2025
https://github.com/sci-oer/go-resource
The Go specific language resource for the sci-oer project
docker-image education go golang learning-resource open-educational-resources
Last synced: 09 May 2026
https://github.com/n8maninger/docker-vue-router
Docker image containing the necessary nginx configuration for vue-router history mode
docker-image dockerfile vue vue-router
Last synced: 20 Jun 2025
https://github.com/unglaublicherdude/docker-selenium-chrome-plugins
How to run selenium/standalone-chrome with plugins
adblocker docker docker-image selenium selenium-chrome selenium-container
Last synced: 12 Apr 2026
https://github.com/defeo/jupyterhub_sagemath
JupyterHub + SageMath container
docker-image dockerspawner jupyterhub sagemath
Last synced: 29 May 2026
https://github.com/kineticcafe/docker-ansible
Run Ansible without installing it from docker
Last synced: 27 Oct 2025
https://github.com/martinussuherman/alpine-tz-ep-mariadb
Docker image for MariaDB, based on Alpine Linux.
alpine alpine-linux docker docker-image dockerfile mariadb mariadb-server
Last synced: 24 Jan 2026
https://github.com/caphosra/docker-llvm-alpine
To create a docker image which uses alpine as base and has been installed LLVM.
alpine alpine-image alpine-linux docker docker-image dockerfile llvm
Last synced: 04 May 2026
https://github.com/ukhomeoffice/hocs-base-image
Base docker Image for the DECS project
Last synced: 24 Feb 2026
https://github.com/inbo/rn2k
A minimal base docker image for the analysis of the Natura 2000 monitoring data
analysis docker-image natura2000 r
Last synced: 12 Apr 2026
https://github.com/henrique1204/docker-node
Imagem de Docker criada para rodar uma aplicação com Node JS.
docker docker-image dockerfile
Last synced: 15 Apr 2026
https://github.com/kdubois/dockerfiles
Custom Dockerfiles
centos centos6 centos7 docker-image dockerfile php53 tomcat8
Last synced: 06 Feb 2026
https://github.com/moimhossain/markdown-to-html
A docker image that converts a VSTS wiki repository into a html site and stores the htmls into a Blob Storage
docker docker-image markdown-to-html
Last synced: 10 May 2026
https://github.com/artarts36/docker-cleanup
Lightweight image for prune containers and images from Docker host
docker docker-container docker-image docker-management-tool
Last synced: 29 Jan 2026
https://github.com/ifirmawan/docker-php-template
Docker template for basic php application
docker-compose docker-image php54 template-repository
Last synced: 29 Jan 2026
https://github.com/aldamayorgadev/001-initial-demo-next
Primer proyecto en Next.js con TypeScript
docker docker-image nextjs react typescript
Last synced: 15 Apr 2026
https://github.com/peterdev22/docker-pihole-unbound
My 'as simple as possible' Docker container for Pi-hole + Unbound.
docker-compose docker-image dockerfile
Last synced: 12 Apr 2026
https://github.com/openstreetmap/stateofthemap-2009
State Of The Map 2009 website
Last synced: 23 Jun 2026
https://github.com/vividvilla/rundeck-cli-docker
Docker image for Rundeck CLI
docker docker-image dockerfile rundeck rundeck-cli
Last synced: 19 Apr 2026
https://github.com/asanikovich/helios
Docker image for helios - A fast, secure, and portable multichain light client for Ethereum
blockchain blockchain-node docker docker-compose docker-image ethereum helios rpc rpc-client
Last synced: 30 Jan 2026
https://github.com/thojkooi/logspout-logstash
Docker image with logspout-logstash installed
docker docker-image logspout logspout-logstash
Last synced: 15 Apr 2026
https://github.com/trubusoft/codeigniter4-starter
CodeIgniter 4.4.5+ template with docker configuration for development & production
codeigniter4 docker docker-compose docker-image
Last synced: 12 Apr 2026
https://github.com/hanaasagi/docker-image-janitor
Clean uneeded docker images
Last synced: 12 May 2026
https://github.com/codeofrahul/docker-mlops
This repo is to implement docker with the help of a project demo.
dagshub docker docker-container docker-image dockerfile flask github python3
Last synced: 10 Apr 2026
https://github.com/zazk/ng-exchange
Exchange Money
angular docker-image typescript webpack
Last synced: 15 Apr 2026
https://github.com/erhanurgun/erho-deploy
Docker imajlarının nasıl çalıştığının konusunun pekiştirilebilmesi için oluşturulan vitodeploy'un klon imajı
docker docker-hub docker-image docker-images github github-actions github-packages
Last synced: 31 Jan 2026
https://github.com/ipstatic/unifi-docker
Ubiquiti Unifi Controller Docker Container
docker-image ubiquiti-unifi-controller
Last synced: 03 Jul 2025
https://github.com/oorabona/meteor-dockerpad
Automated Docker container with ONBUILD to build/deploy Meteor projects
ci-cd docker docker-image flexibility meteor nodejs
Last synced: 12 Apr 2026
https://github.com/marcelofossrj/docker-rails52
Docker image for ruby 2.7 and rails 5 based projects
docker docker-container docker-image rails rails5 ruby
Last synced: 07 Feb 2026
https://github.com/migueel15/discordipbot
Discord bot that shows the public IP of the server to facilitate the connection
docker-compose docker-image dockerfile
Last synced: 07 Feb 2026
https://github.com/athrocks/nginx-spring
Nginx as a reverse proxy with SSL/TLS for secure communication
docker docker-compose docker-container docker-image nginx nginx-docker nginx-proxy spring-boot
Last synced: 15 Apr 2026
https://github.com/zonfacter/hytale-docker
Docker image for Hytale Dedicated Server with Web Dashboard - Easy deployment with setup wizard
curseforge dashboard dedicated-server docker docker-compose docker-hub docker-image game-server hytale hytale-server modding
Last synced: 08 Feb 2026
https://github.com/runtimes-node/runtime-node
Secure, Distroless, Multi-Arch Node.js Runtime. Built from Scratch, 0 Vulnerabilities, ~45MB.
alpine devops distroless docker docker-image docker-runtime dockerfile hardened image-security microservices minimal node node-js nodejs production productionready runtime runtime-image scratch security
Last synced: 02 Apr 2026
https://github.com/pbuzdygan/contiwatch
Minimal Docker image watcher with simple containers management actions
container-management contiwatch docker-image image-container update-checker
Last synced: 15 Apr 2026
https://github.com/termoshtt/rust-dev
Container for building Rust crate with FFI
Last synced: 16 Apr 2026
https://github.com/juckz/image-syncer
docker镜像同步工具,阿里云镜像仓库难以下载墙外镜像,这个仓库可以让你无需梯子使用GitAction触发镜像同步操作
docker docker-image gfw syncthing
Last synced: 24 Mar 2025
https://github.com/evilwizardcreations/py-fapi-31-slim-docker-example
A base Python 3.10 Slim FAPI image for simulating some current production environments.
development docker docker-compose docker-container docker-image dockerfile dockerhub dockerhub-image fapi python3 uvicorn
Last synced: 12 Apr 2026
https://github.com/vsteinborn/docker-jekyll
Local development environment for Jekyll sites via Docker
development-environment docker-image jekyll
Last synced: 10 Feb 2026
https://github.com/n8mgr/docker-vue-router
Docker image containing the necessary nginx configuration for vue-router history mode
docker-image dockerfile vue vue-router
Last synced: 10 May 2026
https://github.com/sankeer28/ishotdog
Leveraging Local Vision-Language Models to Classify Images as Hotdog or Not
docker-image flask-application image-classification image-recognition llm
Last synced: 11 Feb 2026
https://github.com/azagramac/unificontroller-docker
Ubiquiti Unifi Network to deploy in a docker container
docker docker-compose docker-image ubiquiti ubiquiti-unifi-controller ubiquiti-unifi-network unifi unifi-controller
Last synced: 10 May 2026
https://github.com/malcolmgreaves/py_ml_img
A Python 3 image for NLP & ML. Includes spaCy & NLTK model data.
docker-image machine-learning nlp nltk python3 spacy
Last synced: 13 Apr 2026
https://github.com/particleflux/circleci-docker-dgoss
A Circle-CI image for testing docker images with goss/dgoss.
ci circleci docker-image testing
Last synced: 11 Feb 2026
https://github.com/haukex/docker-perl-author-tests
A docker image for my Perl author testing
Last synced: 11 Feb 2026
https://github.com/kyori19/aom-alpine
Docker image with aom built in alpine.
alpine aom docker docker-image
Last synced: 29 Apr 2026
https://github.com/jiashenc/arm-keras
Base image for running Keras on Raspberry Pi
armv7 docker docker-image keras keras-tensorflow tensorflow
Last synced: 16 Apr 2026
https://github.com/outstand/docker-bats
BATS image derived from buildkite/plugin-tester
bats buildkite buildkite-plugin docker-image
Last synced: 26 Jun 2025
https://github.com/cloyne/docker-owncloud
OwnCloud Docker image.
docker-image owncloud server3 webapp
Last synced: 13 Feb 2026
https://github.com/giabar/gb-kafkamanager
Kafka-Manager Docker image - https://hub.docker.com/r/giabar/gb-kafkamanager/
docker docker-compose docker-image kafka kafka-manager kafka-manager-docker
Last synced: 16 Apr 2026
https://github.com/ourway/graphviz-docker
Dockerized version of Graphviz. For both Raspberry Pi and amd64.
docker-image graphviz graphviz-source
Last synced: 28 May 2026
https://github.com/ezrarieben/qbittorrent-sma
Docker container based on linuxserver/qbittorrent that includes all FFMPEG and python requirements to run sickbeard mp4 automator (SMA) with qBittorrent.
docker docker-image downloads media-management qbittorrent torrenting transcode-video transcoding
Last synced: 04 May 2026
https://github.com/mvandrew/adminer-autologin
Adminer auto-login plugin for seamless database access in dev containers
adminer adminer-plugin docker docker-image dockerfile
Last synced: 28 Feb 2026
https://github.com/v1993/docker-ubuntu-boost
Simple dockerfile for providing ubuntu with last boost
boost-libraries docker-image ubuntu
Last synced: 25 Jun 2026
https://github.com/lexhouk/goit-pyweb-hw-02
Модуль 2. Python Development
colorama colorama-librairy docker docker-image dockerfile goit goit-pyweb-hw-02 pip pip3 poetry poetry-python python-virtual-environment studying
Last synced: 11 May 2025
https://github.com/anmolnagpal/ansible-grafana
ansible docker docker-compose docker-image grafana
Last synced: 16 Apr 2026
https://github.com/alich03/docker-compose-for-flask-api-and-sreamlit
Docker containers for Flask API and Streamlit Frontend composed by Docker-Compose
docker docker-compose docker-container docker-image dockerfile
Last synced: 16 Apr 2026
https://github.com/robertgontarski/node-docker-image
This Docker image is based on Ubuntu and includes basic tools as well as Node.js installed using NVM.
docker docker-image linux nodejs
Last synced: 20 Jan 2026
https://github.com/atmosmps/docker-redmine
Este projeto entrega uma aplicação Redmine atualizada que roda em Docker e possui uma configuração simples para instalação de plugins no Redmine.
docker-compose docker-image redmine
Last synced: 30 Mar 2025