Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Dockerfile
A Dockerfile is used to build Docker Images. It is a simple text file that consists of a set of instructions or commands that is executed by an automated build process in steps from top to bottom.
- GitHub: https://github.com/topics/dockerfile
- Related Topics: docker, docker-image,
- Aliases: docker-file,
- Last updated: 2025-02-07 00:08:38 UTC
- JSON Representation
https://github.com/n3011/dockerfile
Dockerfiles for deep learning dev
dockerfile nvidia-docker tensorflow
Last synced: 29 Jan 2025
https://github.com/suyanhanx/hub
docker image hub
docker docker-image dockerfile
Last synced: 19 Dec 2024
https://github.com/roc41d/spring-data-neo4j-example-app
Spring Data Neo4j Example Application + Spring Boot
dockerfile examples java neo4j spring-boot spring-data spring-data-neo4j
Last synced: 21 Jan 2025
https://github.com/sanketbhandare/docker-complete-course
Complete Docker Zero to Hero Course with Practical Sessions & End-to-End Project
docker docker-compose docker-container docker-image dockerfile
Last synced: 05 Feb 2025
https://github.com/hayatoy/gcpml-notebook
Dockerfile with Jupyter Machine Learning environment plus Google Cloud SDK
dockerfile google-cloud-platform jupyter scikit-learn tensorflow
Last synced: 02 Jan 2025
https://github.com/aanorbel/ud-nd9991-capstone
Capstone project for Udacity Cloud DevOps NanoDegree.
aws aws-cli aws-cloudformation continuous-deployment continuous-integration docker docker-image dockerfile iam iam-policy jenkins jenkins-pipeline jenkinsfile kubectl kubernetes kubernetes-deployment
Last synced: 15 Jan 2025
https://github.com/sergeysypalo/devops-docker
Docker image with VMWare PowerCLI and Cisco UCS Power Tools
cisco docker dockerfile powercli powershell powershell-core ucs vmware
Last synced: 15 Jan 2025
https://github.com/helton/docker-cheat-sheet
:whale: Docker Cheat Sheet - List of useful commands
Last synced: 30 Dec 2024
https://github.com/worais/elixir-phoenix-mariadb
I installed this image to serve as a base for the projects, in the docker we already have mysql and the starter of the phoenix running, just do the fork and start the development :)
docker docker-compose dockerfile elixir-phoenix getting-started mariadb
Last synced: 23 Oct 2024
https://github.com/yash509/devsecops-chat-gpt-clone-deployment
Developed a Chat GPT Clone Application, implemented the DevSecOps practices for deploying on Docker and Kubernetes using Jenkins CI/CD Pipeline.
aws ci-cd cloud css devops devops-tools devsecops devsecops-pipeline docker dockerfile hcl jenkins kubernetes makefile node shell-scripts terraform typescript
Last synced: 06 Dec 2024
https://github.com/xdusongwei/python-rocksdb
dockfiles with python and rocksdb
docker dockerfile python rocksdb
Last synced: 13 Jan 2025
https://github.com/overneath/serf
hashicorp/serf `FROM scratch`
cli docker-image dockerfile gossip-protocol hashicorp-serf serf
Last synced: 21 Jan 2025
https://github.com/aymen94/mongodb-alpine
Docker Image of MongoDB Alpine with configuration
alpine alpine-linux docker dockerfile mongodb
Last synced: 02 Jan 2025
https://github.com/overneath/jq
stedolan/jq `FROM scratch`
cli docker-image dockerfile jq json-parser
Last synced: 21 Jan 2025
https://github.com/jasonmag/rails7-docker-install
Create new Rails 7 project with Docker setup
docker dockerfile hacktoberfest rails7
Last synced: 21 Jan 2025
https://github.com/wtanaka/docker-ubuntu-1604-oracle-java-9-zookeeper
Dockerfile for Ubuntu 16.04 with Oracle Java 9 and Zookeeper from Ubuntu packages
apache-zookeeper docker docker-hub docker-image dockerfile java java-8 java8 oracle-java oracle-jdk ubuntu ubuntu1604 xenial xenial-xerus zookeeper
Last synced: 23 Jan 2025
https://github.com/wtanaka/docker-ubuntu-1604-oracle-java-8-zookeeper
Dockerfile for Ubuntu 16.04 with Oracle Java 8 and Zookeeper from Ubuntu packages
apache-zookeeper docker docker-image docker-images docker-registry dockerfile dockerfiles java java-8 java8 oracle oracle-java oracle-java-installer oracle-java8 oracle-jdk ubuntu ubuntu1604 zookeeper
Last synced: 23 Jan 2025
https://github.com/wtanaka/docker-ubuntu-1604-make
Dockerfile for Ubuntu 16.04 with GNU make installed
docker docker-image docker-images dockerfile dockerfiles gnu-make gnumake linux make makefile ubuntu ubuntu-packages ubuntu-server ubuntu-xenial ubuntu1604
Last synced: 23 Jan 2025
https://github.com/cytopia-deprecated/docker-php-fpm-5.5
PHP-FPM 5.5 on CentOS 7
devilbox docker docker-container docker-image docker-registry dockerfile php-docker php-fpm php5 php55
Last synced: 19 Jan 2025
https://github.com/yash509/devsecops-covid-19-awareness
Developed a Covid 19 Awareness Website
automation aws azure cloud css devops devsecops docker dockerfile gcp hcl html jenkins-pipeline kubernetes terraform
Last synced: 23 Jan 2025
https://github.com/robbinparrish/postgresql-with-extentions-deployment
Docker image for postgresql with additional extentions.
database docker docker-compose dockerfile docs learning learning-project linux notes postgresql postgresql-database postgresql-extentions
Last synced: 10 Jan 2025
https://github.com/natthasath/demo-docker-ssh
Connecting to a running Docker container via SSH to execute commands and access a shell inside the container. This is useful for debugging, troubleshooting, and managing the container. The container must have an SSH server and be running in privileged mode.
Last synced: 09 Jan 2025
https://github.com/tkssharma/docker-crash-course
Learning Docker Crash Course
docker docker-compose docker-container docker-image dockerfile nodejs
Last synced: 20 Jan 2025
https://github.com/yash509/devsecops-react-movie-app
Developed a Movie App by using API in React
aws azure cloud css docker dockerfile gcp hcl html javascript jenkins-pipeline kubernetes react terraform
Last synced: 23 Jan 2025
https://github.com/pratikshinde55/docker-custom_image
Create Docker Custom Image using "Docker commit "command & "Docker build (Dockerfile)" command
Last synced: 13 Jan 2025
https://github.com/cytopia-deprecated/docker-percona-5.7
PerconaDB 5.7 on CentOS 7
docker docker-container docker-image docker-mysql docker-registry dockerfile mysql percona-mysql percona-server
Last synced: 14 Jan 2025
https://github.com/cytopia-deprecated/docker-mariadb-5.5
MariaDB 5.5 on CentOS 7
devilbox docker docker-container docker-image docker-registry dockerfile mariadb mysql
Last synced: 14 Jan 2025
https://github.com/piomin/jenkins-slave-dind-jnlp
docker image with dind (docker-in-docker), jenkins slave, jdk, git and maven
docker docker-in-docker dockerfile git jdk jenkins jenkins-slave maven
Last synced: 27 Oct 2024
https://github.com/yash509/devsecops-vat-cal-deployment
Developed a VAT Calculator using JavaScript, HTML, and CSS, and deployed it on Docker Container and Kubernetes Cluster using Jenkins CI/CD pipeline while following the DevSecOps Prctices.
aws azure cloud css devops devops-tools devsecops devsecops-pipeline docker dockerfile eks-cluster gcp hcl html java jenkins jenkinsfile kubernetes terr
Last synced: 23 Jan 2025
https://github.com/mehmetbuyukgumus/google-translate-clone
A simple React-based project replicating the core features of Google Translate. Includes text translation functionality and a dockerized setup for easy deployment.
api api-rest docker docker-container docker-image dockerfile react reactjs
Last synced: 26 Jan 2025
https://github.com/onero/angular-jenkinsci
Personal project built upon jenkinsci/docker: https://github.com/jenkinsci/docker
angular docker docker-compose dockerfile jenkins jenkins-ci xvfb
Last synced: 23 Jan 2025
https://github.com/sharmilas22/medium-docker-nodejs
Code for the medium article on dockerising nodejs application
Last synced: 07 Nov 2024
https://github.com/yash509/devsecops-boxjump-game-deployment
Developed a BoxJump Game in HTML, CSS and JavaScript, and deployed it on Docker Container and Kubernetes Cluster using Jenkins CI/CD pipeline while following the DevSecOps Prctices.
aws azure cloud css devops devops-tools devsecops docker dockerfile eks-cluster gcp hcl html javascript jenkins jenkins-pipeline kubernetes project-repository terraform
Last synced: 23 Jan 2025
https://github.com/cyrilsebastian1811/recipe-management-system-frontend
UI for recipe management system
Last synced: 21 Jan 2025
https://github.com/eitancj/python_in_docker
Playing around with docker images, python and streamlit
container-image containerization docker dockerfile python python-docker python3 streamlit
Last synced: 16 Jan 2025
https://github.com/yash509/devsecops-batry-indicator-deployment
Developed a real-time Battery Indicator Application, implemented the DevSecOps practices for deploying on Docker and Kubernetes using Jenkins CI/CD Pipeline.
aws azure ci-cd cloud devops devops-pipeline devops-tools devsecops devsecops-pipeline docker dockerfile eks gcp hcl jenkins jenkinsfile kubernetes kubernetes-deployment terraform
Last synced: 23 Jan 2025
https://github.com/h0i5/cypher
An Open Source all on client cloud Password Manager.
aes aes-256 aes-encryption docker docker-compose dockerfile flask flask-api mongodb mongodb-database nextjs14 pbkdf2 pbkdf2-crypt react reactjs
Last synced: 02 Feb 2025
https://github.com/cyrilsebastian1811/recipe-management-system-backend
RestAPI for recipe management system
dockerfile expressjs mysql nodejs redis-client
Last synced: 21 Jan 2025
https://github.com/caphosra/CTFDocker
This is a docker image for Capture The Flag and many useful and famous tools are on this image.
capture-the-flag ctf ctf-docker ctf-tools docker-ctf docker-image dockerfile pwn reverse-engineering
Last synced: 21 Nov 2024
https://github.com/markhilton/gcloud-kubectl
Google Cloud SDK with authorized access to Kubernetes cluster
docker docker-compose docker-image dockerfile google-cloud google-cloud-platform google-kubernetes-engine google-service-account kubectl kubernetes rsa-key ssh ssh-key ssh-server
Last synced: 27 Jan 2025
https://github.com/fnbubbles420-org/hello-web
This guide provides detailed instructions for setting up and running the hello-fnbubbles420 Docker container.
accessibility-matters charity disableddevelopers disabledgamers disabledstreamers disabledveterans docker dockerfile educational-materials empowering fnbubbles420org nonprofit organization
Last synced: 24 Dec 2024
https://github.com/sleleu/inception
A project to get familiar with docker
42 docker docker-compose dockerfile inception mariadb nginx wordpress
Last synced: 21 Jan 2025
https://github.com/priyansusahoo/deploy-v2
Repository includes all files for the application, dockerfile. Integrated with jenkins using web-hooks.
aws-ec2-intances cicd demo-deploy dockerfile jenkins-pipeline nodejs web-hook
Last synced: 08 Jan 2025
https://github.com/jinsyin/dockerfiles
docker images
docker docker-image dockerfile
Last synced: 16 Jan 2025
https://github.com/fnbubbles420-org/docker-simple-app
This is a Example on how to use Docker for Beginners
charity docker dockerfile example fnbubbles420org javascript nonprofit organization
Last synced: 24 Dec 2024
https://github.com/prod3v3loper/docker
π Docker with Apache - PHP - MySQL - PhpMyAdmin - Mailhog | development environment
apache development development-environment docker docker-compose docker-container dockerfile dump environment mailhog mysql mysql-database php php8 phpmyadmin
Last synced: 19 Dec 2024
https://github.com/cauandzn/docker-getting-started
Example application containing NodeJS and SQLite, being transformed into an image with Docker.
docker docker-compose docker-container docker-image dockerfile javascript node node-js nodejs sqlite
Last synced: 23 Jan 2025
https://github.com/manishbirthlia/docker-projects
Welcome to the Docker Projects repository! This repository contains a collection of Docker-related projects that I have created. Each project is designed to demonstrate various aspects of Docker, including containerization, orchestration, and deployment.
docker docker-compose docker-container docker-image dockerfile dockerhub
Last synced: 19 Dec 2024
https://github.com/gordon-f/docker-android-ndk-rust
Docker image with pre-installed NDK and Rust Stable
android android-ndk docker dockerfile rust rust-lang
Last synced: 24 Jan 2025
https://github.com/natthasath/demo-msgraph-api
Microsoft Graph is a RESTful web API that enables you to access Microsoft cloud service resources such as Office 365, Azure AD, and more. It allows developers to access data and services across Microsoft 365, including SharePoint, OneDrive, Outlook, and more.
docker-compose dockerfile fastapi msgraph poetry python
Last synced: 11 Nov 2024
https://github.com/codewithpraveen/labs-docker-dockerfile
Repo for the "Containerize a Weather app using Dockerfile" lab
Last synced: 29 Jan 2025
https://github.com/rickyes/polix
This repo is deprecated, please move to https://github.com/polixjs/polix
babel docker docker-compose dockerfile eslint gulp koa2 nodejs ts webframework
Last synced: 26 Jan 2025
https://github.com/deepurai/docker
Dockerize PHP application
docker docker-image dockerfile
Last synced: 25 Jan 2025
https://github.com/jeckel/dockerfiles
Collection of dokerfiles
codeception composer docker docker-application dockerfile
Last synced: 19 Jan 2025
https://github.com/sameetasadullah/running-file-on-docker
Practice of running a C++ file using docker
cpp docker docker-container docker-image dockerfile
Last synced: 21 Jan 2025
https://github.com/stephenmoloney/ci-actions-copyleft
Docker build tools for containers targeting ci pipeline actions.
actions ci dockerfile format github-actions hadolint lint linting shellcheck yamllint
Last synced: 11 Jan 2025
https://github.com/veerendra2/flask-mongodb-app
A simple flask app, stores/retrieves joson in/from mongodb.
docker dockerfile k8s-deployment kubernetes mongodb python python-flask-application show-off-project
Last synced: 12 Oct 2024
https://github.com/scyv/meteor-docker-base
Dockerfile for creating a base image for building and running meteor apps in docker containers
dockerfile meteor-docker meteorjs
Last synced: 08 Jan 2025
https://github.com/sasaplus1/docker-fix-orientation
fix orientation for 360 panorama photo
Last synced: 20 Jan 2025
https://github.com/dporkka/docker-101
How to clone a GitHub repo to a Docker container
docker docker-container docker-image dockerfile github
Last synced: 19 Dec 2024
https://github.com/yannx79/nk-nginx-docker
A Dockerized setup for running Nginx as a web server or reverse proxy. Includes configurations for easy CI/CD integration and web app deployment.
cd ci ci-cd cicd docker docker-compo dockerfile git git-flow github-actions nginx web
Last synced: 21 Jan 2025
https://github.com/habibun/symfony-docker
Symfony with Docker
docker docker-compose docker-container docker-engine docker-environment dockerfile php php-fpm symfony symfony-bundle
Last synced: 14 Jan 2025
https://github.com/martinpcdev/e-commerceplatform
Proyecto de plataforma de Ecommerce en linea
docker docker-compose dockerfile dto-pattern java jwt mappers postgresql spring-boot springsecurity validation
Last synced: 02 Feb 2025
https://github.com/yukihiko-shinoda/dockerfile-ssl-certificate
Dockerfile for self-signed SSL certificate.
ansible certificate-authority docker dockerfile ssl-certificate
Last synced: 05 Feb 2025
https://github.com/pradipece/docker
Docker configuration
docker docker-image dockerfile
Last synced: 02 Feb 2025
https://github.com/yukihiko-shinoda/action-deploy-wordpress-plugin
GitHub Action for deploy WordPress plugin into SubVersion repository on WordPress.org.
deploy deployment deployment-automation docker dockerfile github-actions wordpress-plugin wp-plugin
Last synced: 05 Feb 2025
https://github.com/yash509/devsecops-bb-char-react-app-deployment
Developed a HTML,CSS, and JavaScript based web application, implemented the DevSecOps practices for deploying on Docker and Kubernetes using Jenkins CI/CD Pipeline.
aws azure ci-cd cloud devops devops-pipeline devops-tools devsecops devsecops-pipeline docker dockerfile eks-cluster gcp hcl jenkins jenkinsfile kubernetes terra
Last synced: 23 Jan 2025
https://github.com/spodin/learning-sql
Learning SQL with example schema in Docker
Last synced: 08 Jan 2025
https://github.com/seart-group/reverse-proxy
NGINX reverse-proxy starter, tailor-made for our organisation
docker-image dockerfile nginx nginx-configuration nginx-docker nginx-error nginx-reverse-proxy nginx-server
Last synced: 02 Feb 2025
https://github.com/professormanhattan/codeclimate-golangci-lint
A slim golangci-lint container and CodeClimate engine for GitLab CI π
ci codeclimate container docker dockerfile gitlab gitlab-ci mblabs megabytelabs pipeline professormanhattan virtualization washingtondc
Last synced: 02 Feb 2025
https://github.com/davidk/dockerfiles
A collection of Dockerfiles (ARM centric), built & pushed to the Docker Hub via GitHub Actions
Last synced: 26 Jan 2025
https://github.com/harryr/emptyflask
dockerfile flask python supervisord uwsgi
Last synced: 24 Jan 2025
https://github.com/jaremko/docker-go-tools
Docker go tools container based on the Alpine Linux
docker docker-image dockerfile example golang
Last synced: 28 Dec 2024
https://github.com/codacy/codacy-hadolint
Codacy Docker container for Hadolint tool
badge codacy docker dockerfile hadolint haskell review scala
Last synced: 10 Nov 2024
https://github.com/frnn4268/gitops-node-sqlserver
docker-compose dockerfile express flux gitops helm helm-charts mssql nodejs
Last synced: 17 Nov 2024
https://github.com/pfitzer/docker-php-fpm
some PHP-8.x docker containers
docker docker-compose dockerfile php-fpm php8
Last synced: 16 Jan 2025
https://github.com/dzoukr/dockerfiles
Various dockefiles for Docker Hub automated builds
Last synced: 18 Jan 2025
https://github.com/phawat63915/md_docker
About Building Docker Written with Docker and Examples Playgrounds and Scripts
docker docker-compose dockerfile note notes shell-script
Last synced: 16 Jan 2025
https://github.com/toshikinakamura0412/docker_lightglue
Docker image for LightGlue
deep-learning docker docker-compose dockerfile image-matching mit-license pose-estimation transformers
Last synced: 21 Jan 2025
https://github.com/manycoding/jenkins-python
Python3 and pip3 on top of an official jenkins/jenkins:lts-alpine docker image
alpine dockerfile jenkins jenkins-python python
Last synced: 06 Jan 2025
https://github.com/fscm/docker-mongodb
Docker recipe to build an MongoDB image
docker docker-image dockerfile mongodb
Last synced: 28 Dec 2024
https://github.com/yash509/devsecops-wordictionary-deployment
Developed a Wordictionary App in HTML, CSS and JavaScript, and deployed it on Docker Container and Kubernetes Cluster using Jenkins CI/CD pipeline while following the DevSecOps Prctices.
aws azure cloud css devops devops-tools devsecops docker docker-compose dockerfile eks-cluster gcp hcl html javascript jenkins jenkinsfile kubernetes project-repository terraform
Last synced: 22 Nov 2024
https://github.com/fscm/docker-memcached
Docker recipe to build a Memcached image
docker docker-image dockerfile memcached
Last synced: 28 Dec 2024
https://github.com/fscm/docker-mkpasswd
Docker recipe to build a mkpasswd tool image
docker docker-image dockerfile mkpasswd
Last synced: 28 Dec 2024
https://github.com/fscm/docker-unbound
Docker recipe to build an Unbound image
docker docker-image dockerfile unbound-dns
Last synced: 28 Dec 2024
https://github.com/codesvault/wp-docker
Create LAMP stack with Docker using CLI
bash bash-script composer docker docker-compose dockerfile lampstack nginx nodejs php wordpress wordpress-development wpcli
Last synced: 26 Jan 2025
https://github.com/shikha-code36/flask-rediscaching-in-docker
Flask Api with Redis caching in docker
docker docker-compose docker-container docker-image dockerfile flask flask-api flask-caching flask-restful flask-sqlalchemy python python3 redis redis-cache rest-api
Last synced: 13 Jan 2025
https://github.com/pvital/docker_flask
Docker setup to start a Flask project.
docker dockerfile flask flask-api flask-application flask-restful flask-server
Last synced: 23 Jan 2025
https://github.com/aifrak/elixir-docker
Installation of dockerized Elixir (Debian).
Last synced: 21 Jan 2025
https://github.com/hsm207/docker-rasa-dev
Dockerfile to set up dev environment for Rasa development
chatbot container conversational-ai docker dockerfile rasa
Last synced: 14 Jan 2025
https://github.com/aifrak/phoenix-docker
Installation of dockerized Phoenix / Elixir (Debian).
docker dockerfile elixir phoenix phoenix-docker phoenix-framework
Last synced: 21 Jan 2025
https://github.com/javi-aranda/pelusa-react
Frontend of PELUSA, the ML engine to detect malicious URLs
dockerfile hacktoberfest nextjs react
Last synced: 30 Dec 2024
https://github.com/paalamugan/optimizing-large-file-upload-performance
Learn how to optimize large file upload performance with Remix Framework.
cypress daisyui-react dockerfile eslint file-optimization file-upload file-upload-multer postgres prisma remix remix- tailwindcss typescript
Last synced: 20 Jan 2025
https://github.com/ivanclay/docker
All course labs with docker
docker docker-compose dockerfile vagrant virtualbox
Last synced: 06 Jan 2025
https://github.com/zeroc0d3/ubuntu-core
Docker base image for Ubuntu with some core libraries & utilities.
docker docker-image dockerfile ubuntu
Last synced: 05 Feb 2025
https://github.com/mohammadshaad/tanx.fi-assignment
A price alert application that triggers an email when the userβs target price is Achieved. Say, the current price of BTC is $28,000, a user sets an alert for BTC at a price of 33,000$. The application should send an email to the user when the price of BTC reaches 33,000$.
docker dockerfile golang jwt postgresql rabittmq redis sql
Last synced: 09 Jan 2025
https://github.com/zeroc0d3/ruby
Ruby docker images from Ubuntu. Installation using ruby-install
Last synced: 05 Feb 2025