Skip to content

The Wordpress enviroment for Docker Container

License

Notifications You must be signed in to change notification settings

trendsoft/wordpressd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Wordpress

Wordpress运行环境

使用

Pull

$ sudo docker pull trendsoft/wordpressd

Run

$ docker run --name wordpress -dp 80:80 -v `pwd`:/var/www/html trendsoft/wordpressd

Xdebug 使用

docker-php-ext-enable xdebug