diff --git a/.changeset/docker-beta-runtime-dev.md b/.changeset/docker-beta-runtime-dev.md
deleted file mode 100644
index a931c0a..0000000
--- a/.changeset/docker-beta-runtime-dev.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@jmfederico/pi-web": patch
----
-
-Add a beta Docker runtime and development setup with a single `pi-web-docker` command surface, a production one-line install that does not require host Node.js, local image builds, split session/web services, profile-specific host access for native Linux and Docker Desktop for Mac, shared persistent data, custom image hooks, and Docker usage documentation.
diff --git a/.changeset/docker-updates-tab.md b/.changeset/docker-updates-tab.md
deleted file mode 100644
index dd83d19..0000000
--- a/.changeset/docker-updates-tab.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@jmfederico/pi-web": patch
----
-
-Expose Docker-aware PI WEB status, update, and restart commands in the Updates panel through the canonical `pi-web-docker` command, keep the Updates tab visible across federated Docker runtimes, including Docker development runtimes with explicit `pi-web-docker --dev ...` commands, and harden production and development Docker workflows around generated Compose assets, Compose project-name isolation, clearer checkout/runtime guidance, root-safety checks, UID/GID preservation, and detached helper execution.
diff --git a/README.md b/README.md
index e1d06bb..c1b2f30 100644
--- a/README.md
+++ b/README.md
@@ -80,14 +80,6 @@ pi install npm:@jmfederico/pi-web
In Pi, use `/pi-web install`, `/pi-web status`, `/pi-web logs`, `/pi-web restart`, `/pi-web doctor`, and `/pi-web version`.
-Docker beta runtime/server install is available when you want a local image and do not want Node.js or npm on the host:
-
-```bash
-curl -fsSL https://raw.githubusercontent.com/jmfederico/pi-web/main/docker/install.sh | sh
-```
-
-See the [Docker guide](https://github.com/jmfederico/pi-web/blob/main/docker/README.md) for trust model, supported host profiles, commands, and development mode.
-
## Core model
PI WEB organizes work like this:
diff --git a/docs/install.html b/docs/install.html
index 15339a9..cb13cf0 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -92,7 +92,6 @@
Requirements
User service install
One-line install
- Docker beta install
Install through Pi
WSL / manual run
Remote access
@@ -150,27 +149,6 @@
-
- The beta Docker runtime builds a local image and runs split
- After installation, manage it with Read the Docker guide for the trust model, supported host profiles, command matrix, root-safety notes, and development mode. PI WEB is also published as a Pi package. This exposes a Docker beta install
- sessiond + web services. It does not require
- Node.js or npm on the host; it requires a supported Docker/Compose setup and trusted host paths.
-
- $ curl -fsSL https://raw.githubusercontent.com/jmfederico/pi-web/main/docker/install.sh | sh~/.local/share/pi-web-docker/pi-web-docker status, update,
- restart, logs, and related commands. Development mode uses
- ./docker/pi-web-docker --dev <command> from a checkout.
- Install through Pi
/pi-web command inside Pi.
updates