Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.86 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.86 KB

Dockerfile-Samples

This repository contains dockerfile samples for different frameworks. You can easily use the dockerfile samples for your respective applications.

  1. django-app
    The repository contains a sample hello-world django application and production ready dockerfile for the app. If you want to download the application sperately, you can clone it from here.

  2. flask-app
    The repository contains a sample hello-world flask application and its production ready dockerfile for the application. For cloning the specific repo, you can clone it from here.

  3. go-app
    It contains a basic hello-world web application written in go along with the production ready dockerfile. To clone this repository specifically, visit here

  4. node-app
    The repository contains a simple nodejs hello-world application along with production grade dockerfile. If you want to clone this specific repo, you can clone it from here

  5. php-app
    It contains a php hello world application with a production ready dockerfile. Clone this repo from here.

  6. react-app This repository contains a beginner friendly hello-world demo application written in react. To clone this specific repo, please visit here