Skip to content

ankurkaushal/docker-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-lamp

LAMP image based off of base Ubuntu image

Usage

Clone repo.

Then in your terminal,

$ cd docker-lamp
$ docker build -t $nameOfImage .
$ docker run -p 5000:80 -t -i $nameOfImage

Then in your browser,

http://$yourDockerMachineIP:5000

About

LAMP image based off of base Ubuntu image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published