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

Containerization of a Laravel application, integrating it with Nginx and MySQL, orchestrated using Docker Compose and Dockerfile. This setup allows you to effortlessly run a Laravel application (PHP 8.1-FPM) on an Nginx web server while establishing a connection with a MySQL database within Docker containers.

  • Updated Sep 1, 2023
  • PHP

Easily setup Laravel development environment. Laravel stack will include: Latest PHP7 docker image, NGINX (tuned with letsencrypt and self signed certificate support), PostregSQL, Redis cache, RabbitMQ, ELK (Logs), Vault (Credentials management)

  • Updated Jan 20, 2021
  • PHP
Followers
83 followers
Website
docs.docker.com/engine/reference/builder

Related Topics

docker docker-image