exira/data-wordpress
The recommended way to get the Exira Wordpress Docker Data Image is to pull the prebuilt image from the Docker Hub Registry.
docker pull exira/data-wordpress:latest
To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.
docker pull exira/data-wordpress:[TAG]
If you wish, you can also build the image yourself.
git clone https://github.com/exira/docker-data-wordpress.git
cd docker-data-wordpress
docker build -t exira/data-wordpress .
This images exposes the Wordpress files using a volume /var/www/
with the files itself located in /var/www/public_html/
docker pull exira/data-wordpress