Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.45 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.45 KB

Docker-Samples

This repository contains sample Dockerfiles for different technologies, including Node.js, Docker Compose, and Python Flask. Each directory represents a separate technology with its respective Dockerfile and README.

Docker Python Flask Node.js Docker Compose

Directories

1. Node.js

  • Directory: nodejs/
  • Description: Contains a sample Dockerfile for a Node.js application.

2. Docker Compose

  • Directory: docker-compose/
  • Description: Contains a sample Docker Compose configuration for a multi-container application.

3. Python Flask

  • Directory: Py-flask/
  • Description: Contains a sample Dockerfile for a Python Flask application.

Usage

Each directory contains a README with instructions on how to build and run the Docker image or Docker Compose configuration for the respective technology.

Contributing

Feel free to contribute by adding more sample Dockerfiles for other technologies or by improving existing ones. Pull requests are welcome!