Skip to content
#

docker-file

dockerfile logo

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.

Here are 78 public repositories matching this topic...

An ASP.NET Core Web API project template that contains multiple middlewares such as Logging, Exception Handler, Response Wrapper. This project also contains an implementation of repository pattern, dependency injection, entity framework core and more.

  • Updated Dec 8, 2022
  • C#

The project comprises a real-time tweets data pipeline, a sentimental analysis of the tweets module, and a Slack bot to post the tweets' sentiments. The project uses SentimentIntensityAnalyzer from the VaderSentiment library. The analyzer gives positive, negative, and compound scores for small texts (such as tweets in this case). The real-time d…

  • Updated Jun 10, 2022
  • Python

Containerized and deployed a web application using Docker and AWS Elastic Beanstalk, demonstrating container management, image creation, automated application deployment, environment configuration, and cloud-native hosting on AWS.

  • Updated Jun 10, 2026
  • HTML
Followers
115 followers
Website
github.com/topics/dockerfile

Related topics

docker docker-image