Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

RobLoach/docker-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated: Use Docker4Drupal instead.

Docker LAMP Developer

Easily set up and develop on a LAMP Stack using Docker.

Features

Usage

Build

Create the robloach/lamp image:

docker build -t robloach/lamp .

Run

Run the image, binding associated ports, and mounting the www directory:

docker run -d -p 880:80 -p 222:22 -p 33306:3306 -v $(pwd)/www:/var/www/html:rw robloach/lamp

Apache

Visit https://localhost:880 in your browser.

PHP

Visit https://localhost:880/phpinfo.php in your browser.

phpMyAdmin

Visit https://localhost:880/phpmyadmin in your browser.

MySQL

Connect on localhost:3306, user root, password root.

Releases

No releases published

Packages

No packages published