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
- Host: GitHub
- URL: https://github.com/forumone/docker-wordpress-cli
- Owner: forumone
- License: mit
- Created: 2019-11-12T14:44:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:56:35.000Z (over 2 years ago)
- Last Synced: 2025-08-20T15:53:49.962Z (10 months ago)
- Topics: docker, docker-image, php, wordpress, wordpress-development, wp-cli
- Language: Shell
- Homepage: https://hub.docker.com/r/forumone/wordpress-cli
- Size: 18.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.