summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-22 14:13:04 -0500
committerDax Raad <[email protected]>2025-11-22 14:13:04 -0500
commit31c4a1d853b42ea26dcd003d92aaf63a15ab27d1 (patch)
tree08cfcdfa8c48932862bea094a380daac03392ceb
parent6afdb5c0e554589c2033fded26894d7f4e37eb58 (diff)
downloadopencode-31c4a1d853b42ea26dcd003d92aaf63a15ab27d1.tar.gz
opencode-31c4a1d853b42ea26dcd003d92aaf63a15ab27d1.zip
docs: add Docker installation option for OpenCode
-rw-r--r--packages/web/src/content/docs/index.mdx6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx
index c47623378..1e1b67782 100644
--- a/packages/web/src/content/docs/index.mdx
+++ b/packages/web/src/content/docs/index.mdx
@@ -112,6 +112,12 @@ You can also install it with the following commands:
mise use --pin -g ubi:sst/opencode
```
+- **Using Docker**
+
+ ```bash
+ docker run -it --rm ghcr.io/sst/opencode
+ ```
+
Support for installing OpenCode on Windows using Bun is currently in progress.
You can also grab the binary from the [Releases](https://github.com/sst/opencode/releases).