orbit-docker-site

Automate WordPress test environment setup with wp-env, wp-now, and Docker.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-docker-site
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-docker-site
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-docker-site
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-docker-site

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages and troubleshoots WordPress test sites (using wp-env / wp-now / Docker) for Orbit. Resolves issues when a site isn't running or fails due to missing components.

Core Features & Use Cases

  • Test Site Setup: Spin up test sites for Orbit development and testing.
  • wp-env: Fully isolated, scriptable, multi-versioned test environment using Docker.
  • wp-now: Quick and simple test environment for basic checks without Docker.
  • Customization: Configure PHP and WordPress versions, plugins, and settings.

Quick Start

Create a WordPress test site with the default port using the plugin at path ~/plugins/my-plugin.

Frequently Asked Questions about orbit-docker-site

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a WordPress test environment using Docker?

To set up a WordPress test environment using Docker, this Skill automates the creation and management of isolated wp-env instances, allowing you to configure specific PHP and WordPress versions for immediate browser testing.

What is the difference between wp-env and wp-now for WordPress site setup?

For WordPress site setup, wp-env provides a fully isolated, scriptable Docker environment for multi-version testing, whereas wp-now offers a quick, simple test environment for basic checks without requiring Docker.

Can I test my WordPress plugin across different PHP versions?

Yes, you can test WordPress plugins across different PHP versions by configuring the Docker-based wp-env test environment, which supports multi-version PHP and WordPress testing with automatic plugin activation.

Do I need Docker installed to run a WordPress test site?

Docker is required to run the fully isolated wp-env test sites, but you can bypass Docker dependencies by using wp-now for quick and simple WordPress test environment checks instead.

Why does my WordPress test site fail to start in wp-env?

A WordPress test site in wp-env often fails to start due to missing Docker components or configuration errors; this Skill provides error resolution and debugging guidance to fix site startup failures.