Skip to content

McOrLi1/docker-lamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAMP stack with Docker Toolbox

Overview

This is my development environment which run a Linux LAMP stack that work on most of my PHP projects. All the Docker images are based on Alpine Linux to get something that remains light for disk space.

  • Container web: Nginx latest (~70Mb)
  • Container php: PHP7 with FPM and all common PHP extensions (~70Mb)
  • Container db: MariaDB (~170Mb)
  • Container mail: Maildev (~35Mb)

Installation

What next?

Read further

About

My Docker LAMP stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 51.4%
  • Shell 34.3%
  • Nginx 14.3%