Skip to content

Commit

Permalink
2024-04-09 Dependency & README Updates Release (#47)
Browse files Browse the repository at this point in the history
- fix(README): Updates the README with supported tags (#44)
- fix(README): Updates README documentation for usage (#45)
  • Loading branch information
timnolte authored Apr 9, 2024
2 parents e097992 + 328f4fe commit 8aa8101
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# 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

When setting up your Dev Container choose a tag for the PHP & NodeJS version you need.

- Local Development Options
- Visual Studio Code w/ [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
- [Tutorial](https://code.visualstudio.com/docs/devcontainers/tutorial)
- [DevPod](https://devpod.sh/) using either the [GUI](https://devpod.sh/docs/getting-started/install) or [CLI](https://devpod.sh/docs/getting-started/quickstart-devpod-cli)
- [Codespaces](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers)

## Support & Feedback

If you have any questions or issues after using the image, you can report any issues via [Github](https://github.com/ndigitals/wp-dev-container/issues).

**Pull requests are always welcome**

0 comments on commit 8aa8101

Please sign in to comment.