For the production container look here: https://github.com/etopian/alpine-php-wordpress
This is a development Docker container for WordPress using Alpine Linux that includes Ruby, Node, and Python. Its main purpose is to help you develop your site with frameworks like Bedrock and Sage (https://roots.io/). Frameworks that require a full set of tooling to compile the frontend.
- NodeJS 6.x
- Ruby 2.4
- NPM 3.x
- Gem
- Python 2.7
- Grunt
- Gulp
- Yeoman
- Saas
- Less
- Bower
This image is being maintained. Fork it and change it fit your needs. Upgrade your site using the upgrade strategy on wordpressdocker.com
Full documentation for this project can be found here: http://www.wordpressdocker.com/
Lightwight Docker image for the (latest) PHP-FPM and Nginx to run WordPress based on AlpineLinux
- Image size ~450MB !
- Very new packages (alpine:edge) 2016-07-21:
mkdir -p /data/sites/etopian.com/htdocs
sudo docker run -e VIRTUAL_HOST=etopian.com,www.etopian.com -v /data/sites/etopian.com:/DATA -p 80:80 etopian/alpine-php-wordpress-dev
The following user and group id are used, the files should be set to this: User ID: Group ID:
chown -R 100:101 /data/sites/etopian.com/htdocs
sudo docker run -p 80:80 etopian/nginx-proxy
mkdir -p /data/sites/etopian.com/htdocs
sudo docker run -e VIRTUAL_HOST=etopian.com,www.etopian.com -v /data/sites/etopian.com:/DATA etopian/alpine-php-wordpress-dev
mkdir -p /data/sites/etopian.net/htdocs
sudo docker run -e VIRTUAL_HOST=etopian.net,www.etopian.net -v /data/sites/etopian.net:/DATA etopian/alpine-php-wordpress-dev
Populate /data/sites/etopian.com/htdocs and /data/sites/etopian.net/htdocs with your WP files. See http://www.wordpressdocker.com if you need help on how to configure your database.
The following user and group id are used, the files should be set to this: User ID: Group ID:
chown -R 100:101 /data/sites/etopian.com/htdocs
htdocs
: Webrootlogs
: Nginx/PHP error logs
This image now includes WP-CLI wpcli.org baked in... So you can. Please su nginx
before executing or else you can potentially compromise your host.
docker exec -it <container_name> bash
su nginx
cd /DATA/htdocs
wp-cli cli
For each multisite you need to give the domain as the -e VIRTUAL_HOST parameter. For instance VIRTUAL_HOST=site1.com,www.site1.com,site2.com,www.site2.com ... if you wish to add more sites you need to recreate the container.
The upload limit is 2 gigabyte.
modify files/php-fpm.conf
To modify php.ini variable, simply edit php-fpm.ini and add php_flag[variable] = value.
php_flag[display_errors] = on
Additional documentation on http://www.wordpressdocker.com
https://gitter.im/etopian/devoply
DEVOPly is a free hosting control panel which does everything taught in this tutorial automatically and much more, backups, staging/dev/prod, code editor, Github/Bitbucket deployments, DNS, WordPress Management. https://www.devoply.com