docker-templates icon indicating copy to clipboard operation
docker-templates copied to clipboard

✨ Docker samples for all languages

Docker-Templates

This repository is a good source of docker templates added and modified by users as a best practice. You can navigate, check and use them as you wish. This repository was created for educational purposes and remains free forever. Let's grow together - DevOps Hobbies team.

The goal.

In this repository, we are trying to gather some practical samples of the docker file templates for each language and technology, so you can use them in your projects. We are trying to provide docker files and templates as best practices.

How to contribute?

We are performing a helpful guide about how you can contribute to the project and You can access it from here. If you find a problem anywhere in the project even in the CONTRIBUTING.md file, You can change the file but make sure You understand what are You doing, and if You need any other help, just create an issue and we'll be there to give you one.

languages

You can find different frameworks or use cases in each folder.

Javascript, Typescript Backend & related frameworks

  • Plain NodeJS: Dockerfile, Readme
  • NestJS: Dockerfile, Readme

Javascript, Typescript Frontend & related frameworks

  • Plain Javascript: Readme
  • Angular: Dockerfile, Docker Compose, Readme
  • Vue.JS: Dockerfile, Readme
  • React: Dockerfile, Readme

PHP programming language & related frameworks

  • Plain PHP: Readme
  • Laravel: Dockerfile, Readme

Go programming language & related frameworks

  • Plain Go: Dockerfile, Readme

Java programming language & related frameworks

  • Plain Java: Readme
  • Maven: Dockerfile, Readme

C# programming language & related frameworks

  • Plain C# (hello docker example): Dockerfile, Readme

Python programming language & related frameworks

  • Python Flask (hello world app): Dockerfile, Readme
  • Plain Python with postgres: Dockerfile, Dockerfile Compose, Readme
  • Django: Dockerfile, readme required

C++ programming language & related frameworks

  • Plain C++ (hello world example): Dockerfile, Readme

Ruby programming language & related frameworks

  • Plain Ruby (hello world example): Dockerfile, Readme

Dart programming language & related frameworks

  • Plain Dart (hello world example): Dockerfile, Readme

Rust programming language & related frameworks

  • Plain Rust: Dockerfile, Readme