An open API service indexing awesome lists of open source software.

https://github.com/forumone/docker-wordpress-cli

Images for WP-CLI
https://github.com/forumone/docker-wordpress-cli

docker docker-image php wordpress wordpress-development wp-cli

Last synced: 3 months ago
JSON representation

Images for WP-CLI

Awesome Lists containing this project

README

          

# About this Image

These are images for WP-CLI. They differ from `wordpress:cli` images in two ways:

1. `ssh` is available and installed in the image.
2. These images include a small utility, `f1-ext-install`, to simplify the task of installing common extensions. For example, to install Memcached, one only needs to add this to their Dockerfile:

```sh
# Install the core SOAP extension
f1-ext-install builtin:soap

# Install memcached from PECL
f1-ext-install pecl:memcached
```

## PHP Versions and Tags

- Currently supported by PHP:

- `8.0`
- `7.4`

- End-of-life for legacy projects:
- `7.3`
- `7.2`

The tags `7` and `8` are available for quick testing when a specific version isn't needed.

# License

Like the [base PHP image](https://github.com/docker-library/php) we use, this project is available under the terms of the MIT license. See [LICENSE](LICENSE) for more details.