Skip to content

dsbu/docker-wordpress-wp-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

You can then 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.

About

Dockerfile for WordPress with WP-CLI pre-installed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%