Skip to content

Commit

Permalink
fix(README): Updates the README with supported tags (#44)
Browse files Browse the repository at this point in the history
- Updates the README with supported tags and usage details.
- Rebuilds images with latest PHP & NodeJS versions.
  • Loading branch information
timnolte authored Apr 9, 2024
1 parent ff47511 commit c135bee
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
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**

0 comments on commit c135bee

Please sign in to comment.