Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wodby/wordpress-php
PHP docker container image for WordPress
https://github.com/wodby/wordpress-php
alpine docker php wordpress
Last synced: 5 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T02:26:23.000Z (2 months ago)
- Last Synced: 2024-09-08T04:36:18.138Z (2 months ago)
- Topics: alpine, docker, php, wordpress
- Language: Shell
- Homepage:
- Size: 502 KB
- Stars: 29
- Watchers: 6
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHP for WordPress Docker Container Image
[![Build Status](https://github.com/wodby/wordpress-php/workflows/Build%20docker%20image/badge.svg)](https://github.com/wodby/wordpress-php/actions)
[![Docker Pulls](https://img.shields.io/docker/pulls/wodby/wordpress-php.svg)](https://hub.docker.com/r/wodby/wordpress-php)
[![Docker Stars](https://img.shields.io/docker/stars/wodby/wordpress-php.svg)](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.3`, `8`, `latest` [_(Dockerfile)_]
- `8.2` [_(Dockerfile)_]
- `8.1` [_(Dockerfile)_]
- `8.3-dev`, `8-dev`, `dev` [_(Dockerfile)_]
- `8.2-dev` [_(Dockerfile)_]
- `8.1-dev` [_(Dockerfile)_]
- `8.3-dev-macos`, `8-dev-macos`, `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).