exira/data-wordpress

By exira

Updated over 8 years ago

Wordpress Docker Data container.

Image
3

580

exira/data-wordpress

Get this image

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 .

Using this image

This images exposes the Wordpress files using a volume /var/www/ with the files itself located in /var/www/public_html/

Docker Pull Command

docker pull exira/data-wordpress