Skip to content

gremito/asa-lamp-php7-mysql5.6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAMP

CentOS7, PHP7, MySQL5.6

Build

$ docker build -t name:latest .

Run

$ docker volume create datadir
$ docker run -d -p 80:80 -p 3306:3306 -v datadir:/var/lib/mysql --rm name:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%