Sign inSign up

thib3113/docker-wordpress-wp-cli

By thib3113

Updated over 8 years ago

wordpress with wp-cli and mysql client, to clone an existing website

Image
0

950

thib3113/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> thib3113/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

163.1 MB

Last updated

over 8 years ago

docker pull thib3113/docker-wordpress-wp-cli