Skip to content

Commit 8aa8101

Browse files
authored
2024-04-09 Dependency & README Updates Release (#47)
- fix(README): Updates the README with supported tags (#44) - fix(README): Updates README documentation for usage (#45)
2 parents e097992 + 328f4fe commit 8aa8101

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# wp-dev-container
1+
# WP Dev Container
2+
3+
[![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)
4+
25
WordPress Plugin & Theme Dev Container
6+
7+
## Supported tags
8+
9+
- `php-8.3-node-20`, `php-8.3-node-18`, `php-8.3-node-16`
10+
- `php-8.2-node-20`, `php-8.2-node-18`, `php-8.2-node-16`
11+
- `php-8.1-node-20`, `php-8.1-node-18`, `php-8.1-node-16`
12+
- `php-8.0-node-20`, `php-8.0-node-18`, `php-8.0-node-16`
13+
14+
## Prerequisites
15+
16+
- [Install Docker](https://www.docker.com/)
17+
18+
## Usage
19+
20+
When setting up your Dev Container choose a tag for the PHP & NodeJS version you need.
21+
22+
- Local Development Options
23+
- Visual Studio Code w/ [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
24+
- [Tutorial](https://code.visualstudio.com/docs/devcontainers/tutorial)
25+
- [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)
26+
- [Codespaces](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers)
27+
28+
## Support & Feedback
29+
30+
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).
31+
32+
**Pull requests are always welcome**

0 commit comments

Comments
 (0)