-
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.
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)
- Loading branch information
Showing
1 changed file
with
31 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,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** |