https://github.com/wodby/wordpress-php
PHP docker container image for WordPress
https://github.com/wodby/wordpress-php
alpine docker php wordpress
Last synced: 9 months ago
JSON representation
PHP docker container image for WordPress
- Host: GitHub
- URL: https://github.com/wodby/wordpress-php
- Owner: wodby
- License: mit
- Created: 2016-08-22T07:50:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T03:02:28.000Z (10 months ago)
- Last Synced: 2025-04-13T04:18:40.008Z (10 months ago)
- Topics: alpine, docker, php, wordpress
- Language: Shell
- Homepage:
- Size: 529 KB
- Stars: 30
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHP for WordPress Docker Container Image
[](https://github.com/wodby/wordpress-php/actions)
[](https://hub.docker.com/r/wodby/wordpress-php)
[](https://hub.docker.com/r/wodby/wordpress-php)
## Docker Images
❗For better reliability we release images with stability tags (`wodby/wordpress-php:8-X.X.X`) which correspond
to [git tags](https://github.com/wodby/wordpress-php/releases). We strongly recommend using images only with stability
tags.
Overview:
- All images based on Alpine Linux
- Base image: [wodby/php](https://github.com/wodby/php)
- [GitHub actions builds](https://github.com/wodby/wordpress-php/actions)
- [Docker Hub](https://hub.docker.com/r/wodby/wordpress-php)
[_(Dockerfile)_]: https://github.com/wodby/wordpress-php/tree/master/Dockerfile
Supported tags and respective `Dockerfile` links:
- `8.4`, `8`, `latest` [_(Dockerfile)_]
- `8.3` [_(Dockerfile)_]
- `8.2` [_(Dockerfile)_]
- `8.1` [_(Dockerfile)_]
- `8.4-dev`, `8-dev`, `dev` [_(Dockerfile)_]
- `8.3-dev` [_(Dockerfile)_]
- `8.2-dev` [_(Dockerfile)_]
- `8.1-dev` [_(Dockerfile)_]
- `8.4-dev-macos`, `8-dev-macos`, `dev-macos` [_(Dockerfile)_]
- `8.3-dev-macos` [_(Dockerfile)_]
- `8.2-dev-macos` [_(Dockerfile)_]
- `8.1-dev-macos` [_(Dockerfile)_]
All images built for `linux/amd64` and `linux/arm64`
## Tools
This image comes with [WP CLI](https://github.com/wp-cli/wp-cli) version 2.11.0
## Environment Variables
See at [wodby/php](https://github.com/wodby/php)
## Orchestration Actions
Usage:
```
make COMMAND [params ...]
commands:
duplicator-import source
init-wordpress
cache-clear
default params values:
target all
is_hash 0
```
See [wodby/php](https://github.com/wodby/php) for all actions
## Complete WordPress Stack
See [Docker4WordPress](https://github.com/wodby/docker4wordpress).