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 61 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
Followers
88 followers
Website
docs.docker.com/engine/reference/builder

Related Topics

docker docker-image