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 3 public repositories matching this topic...

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

Related Topics

docker docker-image