-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(README): Updates the README with supported tags (#44)
- Updates the README with supported tags and usage details. - Rebuilds images with latest PHP & NodeJS versions.
- Loading branch information
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# wp-dev-container | ||
# WP Dev Container | ||
|
||
[![Release Status](https://github.com/ndigitals/wp-dev-container/actions/workflows/release-build.yml/badge.svg?branch=main)](https://github.com/ndigitals/wp-dev-container/actions/workflows/release-build.yml) | ||
|
||
WordPress Plugin & Theme Dev Container | ||
|
||
## Supported tags | ||
|
||
- `php-8.3-node-20`, `php-8.3-node-18`, `php-8.3-node-16` | ||
- `php-8.2-node-20`, `php-8.2-node-18`, `php-8.2-node-16` | ||
- `php-8.1-node-20`, `php-8.1-node-18`, `php-8.1-node-16` | ||
- `php-8.0-node-20`, `php-8.0-node-18`, `php-8.0-node-16` | ||
|
||
## Prerequisites | ||
|
||
- [Install Docker](https://www.docker.com/) | ||
|
||
## Usage | ||
|
||
### Download an image | ||
|
||
Download the WP Dev Container image, choose a tag for the PHP & NodeJS version you need. | ||
|
||
```shell | ||
docker pull docker pull ghcr.io/ndigitals/wp-dev-container:php-8.2-node-20 | ||
``` | ||
|
||
## NodeJS Support | ||
|
||
This image includes NodeJS in order to run NodeJS apps. Choose a tag that includes the version of NodeJS needed. | ||
|
||
## Support & Feedback | ||
|
||
If you still have a question after using OpenLiteSpeed Docker, you have a few options. | ||
|
||
- Reporting any issue on [Github wp-dev-container](https://github.com/ndigitals/wp-dev-container/issues) project | ||
|
||
**Pull requests are always welcome** |