Sign inSign up

ggotti/docker-wordpress-wp-cli

By ggotti

•Updated over 9 years ago

Based on conetix/docker-wordpress-wp-cli , but adds mysql-client

Image
0

3.5K

ggotti/docker-wordpress-wp-cli repository overview

⁠docker-wordpress-wp-cli

This repository contains the Dockerfile for the autobuild of wordpress-with-wp-cli⁠ Docker image.

The Dockerfile uses the official WordPress image and adds wp-cli⁠.

To use, simply run:

docker run --name <containername> conetix/wordpress-with-wp-cli

For all other configuration items, please see the official Docker WordPress ReadMe⁠.

After you've completed the WordPress installation via the browser, you call the standard wp-cli commands via docker exec. For example, to install and activate the Quark theme:

docker exec <containername> wp theme install quark
docker exec <containername> wp theme activate quark

Please feel free to fork and use for your own projects.

Tag summary

Content type

Image

Digest

Size

187.5 MB

Last updated

over 9 years ago

docker pull ggotti/docker-wordpress-wp-cli