Skip to content
#

Dockerfile

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 9,935 public repositories matching this topic...

This real-time chat backend application, built with the Go Gin framework, uses PostgreSQL as the database, JWT for authentication, Redis for session management, and an S3 bucket for storing profile pictures. Socket.IO is used for real-time communication. The entire application is fully containerized using Docker.

  • Updated May 18, 2024
  • Go
Followers
81 followers
Website
docs.docker.com/engine/reference/builder

Related Topics

docker docker-image