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

implementing Uncle Bob clean code architecture specification for an example back-end application. The app is divided into layers (in this case 4) producing a system that is independant of DB, framework, external agency, etc and that can be tested without any DB connection..

  • Updated Aug 6, 2025
  • JavaScript
Followers
99 followers
Website
github.com/topics/dockerfile

Related Topics

docker docker-image